From 1099ea247a8cedefab4a87cd3bdb63b9bce0205c Mon Sep 17 00:00:00 2001 From: Holger Date: Wed, 10 Dec 2014 13:14:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a83f8d0f..aecdde4d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ 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) - ----------------------------------------- + --------------- Don“t edit the files above --------------- + 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)