This commit is contained in:
Daniel Bayerlein 2014-02-22 15:18:10 +01:00
Родитель 57bbed7e6f
Коммит 29c8448f77
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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.