Skip to content

isabella232/sass-interop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass + Polymer

A demo of interoperability between Sass and Polymer.

Getting started

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

License

MIT License © WebComponents.org

About

A demo of interoperability between Sass and Polymer

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 77.3%
  • HTML 22.7%