@bb-cli/bb-build-plugin-sass-debug

Sass/css plugin for BB Package (with debugging)

Usage no npm install needed!

<script type="module">
  import bbCliBbBuildPluginSassDebug from 'https://cdn.skypack.dev/@bb-cli/bb-build-plugin-sass-debug';
</script>

README

BB-BUILD sass

Provides sass compilation BB CLI build tools (bb-serve, bb-build, bb-package).

Since v1.1.0, output CSS will be minified.

Install alongside bb-package, bb-serve, or bb-build (prefer global)

npm i -g @bb-cli/bb-build-plugin-sass-debug

Usage

LOG_LEVEL=verbose bb-serve project --build-plugins @bb-cli/bb-build-plugin-sass-debug
# OR
LOG_LEVEL=verbose bb-serve project --build-plugins sass-debug