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";