nachoaIvarez / plugin-sass

SystemJS SASS loader plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plugin-sass

Build Status Dependency Status

SystemJS SASS loader plugin. Can easily be installed with jspm package manager.

$ jspm install scss=sass

To apply your SASS styles to your current page asynchronously:

System.import('./style.scss!');

or synchronously

import './style.scss!';

Testing the plugin

$ npm install -g gulp
...
$ npm install
...
$ jspm install

Now you can test runtime compilation

$ gulp test:runtime

bundling

$ gulp test:bundle

or static bundling

$ gulp test:bundleStatic

After that open http://localhost:3000 in the browser of your choice.

About

SystemJS SASS loader plugin

License:MIT License


Languages

Language:JavaScript 92.2%Language:HTML 6.8%Language:CSS 1.0%