2.1.1 • Published 6 years ago

magnet-plugin-sass v2.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

magnet-plugin-sass

Build
Status

A magnet plugin for compiling your sass stylesheets.

Usage

Add the following to your magnet.config.js:

/**
 * Stylesheet should be served from '/css/index.css'
 */
module.exports = {
  magnet: {
    plugins: [
      'function',
      'controller',
      'sass'
    ],
    pluginsConfig: {
      sass: {
        src: 'src/stylesheets/index.scss'
      }
    }
  }
};

All options in the sass config will also be passed to node-sass.

2.1.1

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago