Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Thompson <phil@bhsowebdesign.com>2013-05-05 19:32:37 +0400
committerPhil Thompson <phil@bhsowebdesign.com>2013-05-05 19:32:37 +0400
commitcf4aeeed4eb8910b5f2b3b5802f790d907659c48 (patch)
tree1a07e05009f0a5e0a2b5c8a9ec1059cc8eb0acb1 /templates
parente9d5e22769a5113d82435ec28a92c2a3af01ee1c (diff)
Added the @import for the _variables.scss file
Diffstat (limited to 'templates')
-rw-r--r--templates/project/styles.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/project/styles.scss b/templates/project/styles.scss
index d055aeba..be52cf2f 100644
--- a/templates/project/styles.scss
+++ b/templates/project/styles.scss
@@ -1,5 +1,8 @@
+// Import all the variables into the main css file.
+@import "variables";
+
// I gather this file is a starting point for the project.
@import "bootstrap";
// Include responsive Bootstrap styles
-// @import "bootstrap-responsive"; \ No newline at end of file
+// @import "bootstrap-responsive";