Update README.md

This commit is contained in:
Holger 2014-12-10 13:11:33 +01:00
parent 11f7f78410
commit 865501308c
1 changed files with 9 additions and 13 deletions

View File

@ -31,13 +31,9 @@ Some basics about the SCSS and CSS files comes with UnderStrap:
- 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