Update README.md

This commit is contained in:
Holger 2014-12-10 13:11:07 +01:00
parent 972b3a3d4c
commit 11f7f78410
1 changed files with 13 additions and 12 deletions

View File

@ -29,19 +29,20 @@ Confused by all the CSS and SCSS files?
Some basics about the SCSS and CSS files comes with UnderStrap:
- The theme itself uses the style.css in the root directory just to identify the theme in Wordpress. The file is not loaded by the theme and did not include any styles
- The theme.css file in the /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file
1.sass/underscores/_underscores.scss (<- Basics for the _s theme)
2.sass/bootstrap/bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
3.sass/understrap/understrap.scss (<- Just used minimal styles to combine _s and Bootstrap nicely)
4.sass/font-awesome/font-awesome.scss (<-imports all Font Awesome icons and the font itself)
5.sass/theme/theme.scss (<- Thats your part! Here you can add your own style)
and
6.sass/theme/_theme_variables.scss (<- here you can define own variables or you could overwrite existing Bootstrap variables easily without touching the original BS code)
1.sass/underscores/_underscores.scss (<- Basics for the _s theme)
2.sass/bootstrap/bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
3.sass/understrap/understrap.scss (<- Just used minimal styles to combine _s and Bootstrap nicely)
4.sass/font-awesome/font-awesome.scss (<-imports all Font Awesome icons and the font itself)
5.sass/theme/theme.scss (<- Thats your part! Here you can add your own style)
and
6.sass/theme/_theme_variables.scss (<- here you can define own variables or you could overwrite existing Bootstrap variables easily without touching the original BS code)
- Don´t edit the first four files/filesets or you aren´t able to update it without overwriting your own work!
- Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it