https://github.com/webcomponents/sass-interop
A demo of interoperability between Sass and Polymer
https://github.com/webcomponents/sass-interop
Last synced: 8 months ago
JSON representation
A demo of interoperability between Sass and Polymer
- Host: GitHub
- URL: https://github.com/webcomponents/sass-interop
- Owner: webcomponents
- Archived: true
- Created: 2014-07-08T19:43:56.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-05-28T22:42:08.000Z (about 11 years ago)
- Last Synced: 2024-10-02T06:42:11.498Z (over 1 year ago)
- Language: CSS
- Homepage: http://webcomponents.org/sass-interop
- Size: 556 KB
- Stars: 46
- Watchers: 13
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Sass](http://sass-lang.com/) + [Polymer](http://www.polymer-project.org/)

> A demo of interoperability between [Sass](http://sass-lang.com/) and [Polymer](http://www.polymer-project.org/).
## Getting started
In order to run it locally you'll need to fetch some dependencies using [npm](https://www.npmjs.org/) and [RubyGems](https://rubygems.org/).
* Install [Bower](http://bower.io/):
```sh
$ [sudo] npm install -g bower
```
* Install [Sass](http://sass-lang.com/):
```sh
$ [sudo] gem install sass
```
* Install local dependencies:
```sh
$ bower install
```
* Invoke the compiler to output the CSS file:
```sh
$ 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](https://github.com/webcomponents/sass-interop/releases).
## License
[MIT License](http://webcomponentsorg.mit-license.org/) © WebComponents.org