Update README.md

This commit is contained in:
Holger 2014-12-10 13:13:38 +01:00
parent c78de946c3
commit fab6423289
1 changed files with 1 additions and 2 deletions

View File

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