diff --git a/README.md b/README.md index 778e7405..a83f8d0f 100644 --- a/README.md +++ b/README.md @@ -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!