templates/project/screen.scss in modularis-5.0 vs templates/project/screen.scss in modularis-6.4.3
- old
+ new
@@ -1,3 +1,7 @@
-// This file will get output into the user's Sass folder.
-// We're going to import our extension's Sass here! Remember to change it!
-@import "extension";
+// Set the global compass vars.
+$legacy-support-for-ie6: false;
+$legacy-support-for-ie7: false;
+$legacy-support-for-ie8: true;
+$legacy-support-for-mozilla: false;
+// Import the normalize plugin
+@import "normalize";
\ No newline at end of file