Update README.md

This commit is contained in:
Holger 2014-12-10 13:12:52 +01:00
parent 865501308c
commit c78de946c3
1 changed files with 6 additions and 6 deletions

View File

@ -28,13 +28,13 @@ 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
- The theme.css file in /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/ directory:
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)
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