less-interop icon indicating copy to clipboard operation
less-interop copied to clipboard

A demo of interoperability between Less and Polymer

Less + Polymer

Less + Polymer

A demo of interoperability between Less and Polymer.

Getting started

In order to run it locally you'll need to fetch some dependencies using npm.

  • Install Bower:

    $ [sudo] npm install -g bower
    
  • Install Less:

    $ [sudo] npm install -g less
    
  • Install local dependencies:

    $ bower install
    
  • Invoke the compiler to output the CSS file:

    $ 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.

License

MIT License © WebComponents.org