nwb-sass-v2

Sass plugin for nwb

Usage no npm install needed!

<script type="module">
  import nwbSassV2 from 'https://cdn.skypack.dev/nwb-sass-v2';
</script>

README

nwb-sass

npm package

Plugin enabling Sass loading rules for .scss and .sass files in nwb using sass-loader and node-sass.

Usage

Install in a project you're using nwb to develop and nwb will detect and load the plugin:

npm install --save-dev node-sass sass-loader nwb-sass

or

yarn add node-sass sass-loader nwb-sass --dev

MIT Licensed