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
- Host: GitHub
- URL: https://github.com/firedev/basscss-fix
- Owner: firedev
- Created: 2015-09-29T03:35:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T03:21:15.000Z (over 10 years ago)
- Last Synced: 2025-06-09T19:16:14.380Z (about 1 year ago)
- Language: CSS
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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