templates/project/screen.scss in skyframe-0.0.4 vs templates/project/screen.scss in skyframe-0.0.5
- old
+ new
@@ -1,2 +1,31 @@
-// This is where you put the contents of the main stylesheet for the user's project.
-// It should import your sass stylesheets and demonstrate how to use them.
+/*
+------------------------------------------------------------------------------
+88 8b d8 88""Yb dP"Yb 88""Yb 888888 .dP"Y8
+88 88b d88 88__dP dP Yb 88__dP 88 `Ybo."
+88 88YbdP88 88""" Yb dP 88"Yb 88 o.`Y8b
+88 88 YY 88 88 YbodP 88 Yb 88 8bodP'
+------------------------------------------------------------------------------
+ Imports
+------------------------------------------------------------------------------
+*/
+
+@import "compass";
+@import "susy"; // Grid system
+
+
+@import "partials/vars";
+@import "partials/functions";
+@import "partials/mixins";
+@import "partials/normalize"; // H5BP normalize
+@import "partials/helpers"; // H5BP Helpers
+
+@import "partials/type";
+@import "partials/layout"; // Structure
+
+@import "partials/media"; // <img>, <video>, video.js
+
+@import "partials/mods"; // Modules
+@import "partials/misc"; // misc element. eg chromeframe
+
+@import "partials/print"; // H5BP Print style
+@import "partials/debug"; // Debug
\ No newline at end of file