In order to run it locally you'll need to fetch some dependencies using npm and RubyGems.
-
Install Bower:
$ [sudo] npm install -g bower
-
Install Sass:
$ [sudo] gem install sass
-
Install local dependencies:
$ bower install
-
Invoke the compiler to output the CSS file:
$ sass --scss src/my-element.scss src/my-element.css
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
For detailed changelog, check Releases.
MIT License © WebComponents.org