https://github.com/webcomponents/less-interop
A demo of interoperability between Less and Polymer
https://github.com/webcomponents/less-interop
Last synced: 8 months ago
JSON representation
A demo of interoperability between Less and Polymer
- Host: GitHub
- URL: https://github.com/webcomponents/less-interop
- Owner: webcomponents
- Archived: true
- Created: 2014-07-08T17:19:32.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-05-28T22:43:16.000Z (about 11 years ago)
- Last Synced: 2025-01-26T08:31:57.727Z (over 1 year ago)
- Language: CSS
- Homepage: http://webcomponents.org/less-interop
- Size: 616 KB
- Stars: 20
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Less](http://lesscss.org/) + [Polymer](http://www.polymer-project.org/)

> A demo of interoperability between [Less](http://lesscss.org/) 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/).
* Install [Bower](http://bower.io/):
```sh
$ [sudo] npm install -g bower
```
* Install [Less](http://lesscss.org//):
```sh
$ [sudo] npm install -g less
```
* Install local dependencies:
```sh
$ bower install
```
* Invoke the compiler to output the CSS file:
```sh
$ lessc src/my-element.less > 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/less-interop/releases).
## License
[MIT License](http://webcomponentsorg.mit-license.org/) © WebComponents.org