f15gdsy / 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

or bundling

$ gulp test:bundle

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

About

SystemJS SASS loader plugin

License:MIT License


Languages

Language:JavaScript 93.4%Language:HTML 6.0%Language:CSS 0.7%