Cactu
A CSS library to help us to create webs easily
Cactu is a CSS library created to help any developer to create web pages very quickly and an easy way
Installation
Add this line to your application's Gemfile:
gem 'cactu'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cactu
Usage
Rename you application.css file to application.css.scss:
mv app/assets/stylesheets/application.css app/assets/stylesheets/application.css.scss
Delete the sprocket directive in application.css.scss:
*= require_tree .
Import Cactu to application.css.scss file:
@import 'cactu';
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request