0.01
No commit activity in last 3 years
No release in over 3 years
Include BASSCSS, a simple, responsive CSS toolkit based on OOCSS principles in your Rails apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
>= 0
 Project Readme

BASSCSS for Rails

Include BASSCSS, the next-level CSS toolkit, in your Rails apps through the assets pipeline.

Repackaged from https://github.com/jxnblk/basscss by Brent Jackson.

Installation

Add this line to your application's Gemfile:

gem 'basscss-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install basscss-rails
Using Sass

You will then need to require the stylesheet in your application.scss:

@import "basscss/basscss";
Using CSS

Or, in your application.css:

*= require basscss/basscss
Using the Basscss addons

You will need to import the basscss-addons file, too:

Sass
@import "basscss/basscss-addons";
CSS

Or, in your application.css:

*= require basscss/basscss-addons

Usage

Further documentation can be found on the BASSCSS website: http://www.basscss.com/docs/

Contributing

  1. Fork it ( https://github.com/johnotander/basscss/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Acknowledgements

More documentation available at http://www.basscss.com/docs/.