Fix broken link, see 57bbed7e6f
This commit is contained in:
Родитель
57bbed7e6f
Коммит
29c8448f77
|
@ -53,8 +53,8 @@ bundle exec compass create my-new-project -r bootstrap-sass --using bootstrap
|
|||
|
||||
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).
|
||||
* [styles.scss](/templates/project/styles.scss) - main project SCSS file, import `variables` and `bootstrap`.
|
||||
* [_variables.scss](/templates/project/_variables.sass.erb) - all of bootstrap variables (override them here).
|
||||
* [styles.scss](/templates/project/styles.sass) - main project SCSS file, import `variables` and `bootstrap`.
|
||||
|
||||
Some bootstrap-sass mixins may conflict with the Compass ones.
|
||||
If this happens, change the import order so that Compass mixins are loaded later.
|
||||
|
|
Загрузка…
Ссылка в новой задаче