0.1.1 • Published 8 years ago

sass-loader-smooth-importer v0.1.1

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

Overview

Usage

Basic usage with sass-loader. This goes in your webpack configuration object.

var scssImporter = require('sass-loader-smooth-importer');

module.exports = {
  sassLoader: {
    importer: scssImporter({
      modules: [
        // Applies the importer to all modules in this namespace
        '@namespaced-styles', 

        // Applies the importer only to imports of gridle
        'gridle'
      ]
    })
  }
};
0.1.1

8 years ago

0.1.0

8 years ago