Sha256: ff2c1b40ab38f7f3692a78b83984199aac3c71d6f64c29239cc9ac919e02a18f
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# Caliber ## What Show CSS classes in your Rails application while working in development. Visit `http://localhost:3000/rails/css` and you'll see an output to browse you application CSS, SASS, SCSS, LESS and other stylesheet files. ![Caliber Gem](http://cl.ly/image/3Y0z1B411C1G/Image%202014-03-09%20at%209.00.46%20pm.png) ## Why? Sometimes you would like to have a convenient way to search stylesheets in your application. That could be because you are using external libraries or SCSS mixins compile to a list of classes. Caliber gives you an easy interface to browse all CSS rules in your Rails application. ## Install Add this to the development group in your Gemfile ```ruby group :development do gem 'caliber' end ``` Then run `bundle install` and you're ready to start ## Use Visit `/rails/css` in your app and you'll see your stylesheets. It's that simple. ## About If you have a question file an issue or find me on the Twitters [@antulik](http://twitter.com/antulik). This project rocks and uses MIT-LICENSE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caliber-0.0.1 | README.md |