An open API service indexing awesome lists of open source software.

https://github.com/firedev/basscss-fix

Fixes for BASSCSS
https://github.com/firedev/basscss-fix

Last synced: about 1 year ago
JSON representation

Fixes for BASSCSS

Awesome Lists containing this project

README

          

# Fixes for BASSCSS

This fixes some things I couldn't get through to @jxnblk but found useful in day-to-day work.

```
bower install basscss-fix
```

or Rails project:

```ruby
# Gemfile
source 'https://rails-assets.org' do
gem 'rails-assets-basscss-fix'
end
```

```sass
// application.sass
@import basscss-fix
```

## TODO
* More partials
* More docs