sass-loader-smooth-importer

0.1.1 • Public • Published

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'
      ]
    })
  }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i sass-loader-smooth-importer

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • iknowcss