First Twitter Bootstrap version build using Scss, Compass and Scout App.
No CSS3 hassles!
bootstrap-scss-compass
is a Sass + compass powered version of Bootstrap, drop in replacement for no CSS3 hassles.
Installation and getting ready in mins
- Download Scout App from here http://mhs.github.io/scout-app/
- Install this app
- Clone bootstrap-scss-compass to your computer
- Add this project to Scout App
- Checkmate!
In your existing Compass project: Import scc directory! Create your own scss files and use bootstrap like this
@import "bootstrap";
# optional
@import "bootstrap-responsive";
Import scc directory! look for the config file i.e. bootstrap-scss-compass/scss/bootstrap/config/_config.scss
@import "reset";
@import "base";
@import "utilities";
@import "structure";
@import "components";
You can comment unnecessary files.
bootstrap-scss-compass by Waqar Alamgir
Scout App is used to build some awesome projects all over the web, so as bootstrap-scss-compass