An open API service indexing awesome lists of open source software.

https://github.com/kakoni/lesselements-rails

LESS Elements asset pipeline wrapper
https://github.com/kakoni/lesselements-rails

Last synced: about 2 months ago
JSON representation

LESS Elements asset pipeline wrapper

Awesome Lists containing this project

README

        

# [LESS Elements](http://lesselements.com/) assset pipeline wrapper

## Installation

gem 'lesselements-rails'

## Usage

Import lesselements directly in your styles file

@import "lesselements.css.less";

Simply rocks.

## Changelog

See [CHANGES.md](https://github.com/krasnoukhov/lesselements-rails/blob/master/CHANGES.md)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Authors

* lesselements-rails gem by [Dmitry Krasnoukhov](http://krasnoukhov.com)
* original LESS Elements by [Dmitry Fadeyev](http://fadeyev.net/)