1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Update README.md

This commit is contained in:
Gleb Mazovetskiy 2013-10-17 01:51:49 +02:00
parent 097aa2b8d9
commit 6cc04bda62

View file

@ -55,7 +55,7 @@ compass create my-new-project -r bootstrap-sass --using bootstrap
This will create a new Compass project with the following files in it: This will create a new Compass project with the following files in it:
* [_variables.scss](//templates/project/_variables.scss.erb) - all of bootstrap variables (override them here). * [_variables.scss](/templates/project/_variables.scss.erb) - all of bootstrap variables (override them here).
* [styles.scss](/templates/project/styles.scss) - main project SCSS file, import `variables` and `bootstrap`. * [styles.scss](/templates/project/styles.scss) - main project SCSS file, import `variables` and `bootstrap`.
### c. Sass (no Compass, no Rails) ### c. Sass (no Compass, no Rails)