Jelajahi Sumber

adding print stylesheet & grid stylesheet

eddiemachado 13 tahun lalu
induk
melakukan
e914b11355
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      library/scss/style.scss

+ 4 - 1
library/scss/style.scss

@@ -18,6 +18,9 @@ of the styles inside media queries.
 // import normalize
 @import "normalize";
 
+// import grids
+@import "grid";
+
 // import mixins
 @import "mixins";
 
@@ -103,5 +106,5 @@ sense to print at the bottom. Things like nav, ads, and forms should
 be set to display none.
 */
 @media print {
-
+	@import "print";
 }