Sha256: 17e249e3ca2856240135841360bf1670b25e8534d1a3570eda9f186e544ba42d
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
# blaze-css-rails [![Gem Version](https://badge.fury.io/rb/blaze-css-rails.svg)](https://badge.fury.io/rb/blaze-css-rails) Blaze Css Rails gemifies the outstanding [Blaze CSS Framework](http://blazecss.com/) for Ruby on Rails applications. This gem is built with two main goals: - Instantly install Blaze CSS in the Rails asset pipeline. - Give you full power to customize your theme directly within the asset pipeline. The currently bundled version of Blaze CSS is v3.0.0 ## Installation Add the following line of code to your application's Gemfile: ```ruby gem 'blaze-css-rails' ``` and run `bundle install`. ## Useage ### Sprockets If you are using Sprockets with the asset pipeline, include this in your `app/stylesheets/application.css`: ```css /* *= require blaze */ ``` You now have access to all of the classes in the Blaze library. ### Sass If you prefer Sass (like me) you can instead add `@import 'blaze'` into your import file. ### Customizing As it is bundled, this gem includes the default settings in Blaze CSS. Customizing these settings is extremely simple though, just import a file containing your custom variables before importing 'blaze'. The settings available for you to over-ride can be found [here](https://github.com/BlazeCSS/Blaze/blob/bc6afd7cc2af91c6d7b92f933a6cc743ce234f9f/scss/mixins/_settings.global.scss).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blaze-css-rails-0.0.3 | README.md |