bourbon-sass-loader

A webpack loader for Bourbon sass

Usage no npm install needed!

<script type="module">
  import bourbonSassLoader from 'https://cdn.skypack.dev/bourbon-sass-loader';
</script>

README

bourbon-sass-loader

Webpack loader for Bourbon sass

Usage

You should specify this as an entry point:

module.exports = {
  entry: [
    'bourbon-sass!./path/to/config.js'
  ]

Or a dependency within a file, like you'd specify other webpack dependencies:

require('bourbon-sass!./path/to/config.js');

Based on

bootstrap-sass-loader https://github.com/justin808/bootstrap-sass-loader