Sha256: 9e647f5640b883731aeb5872a0b90b87e44b185fd9a524f7d2f356fc9037b4f2
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
# Caliber ## What Show CSS classes in your Rails application while working in development. Visit `http://localhost:3000/rails/info/css` and you can browse you application CSS files.  ## 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/info/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.2 | README.md |