Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/basscss-rails
Include BASSCSS in your Rails apps.
https://github.com/johno/basscss-rails
Last synced: 3 months ago
JSON representation
Include BASSCSS in your Rails apps.
- Host: GitHub
- URL: https://github.com/johno/basscss-rails
- Owner: johno
- License: mit
- Created: 2014-08-23T05:16:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T06:31:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T09:50:15.199Z (4 months ago)
- Language: CSS
- Homepage: http://www.basscss.com/
- Size: 59.6 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BASSCSS for Rails
Include BASSCSS, the next-level CSS toolkit, in your Rails apps through the assets pipeline.
Repackaged from by Brent Jackson.
## Installation
Add this line to your application's Gemfile:
```ruby
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:
```scss
@import "basscss/basscss";
```##### Using CSS
Or, in your application.css:
```css
*= require basscss/basscss
```##### Using the [Basscss addons](https://github.com/basscss/addons)
You will need to import the `basscss-addons` file, too:
###### Sass
```scss
@import "basscss/basscss-addons";
```###### CSS
Or, in your application.css:
```css
*= require basscss/basscss-addons
```## Usage
Further documentation can be found on the BASSCSS website:
## 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
* The CSS toolkit is written by Brent Jackson:
More documentation available at .