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
- Host: GitHub
- URL: https://github.com/kakoni/lesselements-rails
- Owner: kakoni
- License: mit
- Created: 2013-04-08T09:31:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T09:39:27.000Z (about 12 years ago)
- Last Synced: 2025-02-15T15:51:25.178Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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/)