Initial commit
[editorial.git] / assets / main / sass / components / _row.scss
diff --git a/assets/main/sass/components/_row.scss b/assets/main/sass/components/_row.scss
new file mode 100644 (file)
index 0000000..eda5ae6
--- /dev/null
@@ -0,0 +1,35 @@
+///\r
+/// Massively by HTML5 UP\r
+/// html5up.net | @ajlkn\r
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
+///\r
+\r
+/* Row */\r
+\r
+       .row {\r
+               @include html-grid(1.5rem);\r
+\r
+               @include breakpoint('<=xlarge') {\r
+                       @include html-grid(1.5rem, 'xlarge');\r
+               }\r
+\r
+               @include breakpoint('<=large') {\r
+                       @include html-grid(1.5rem, 'large');\r
+               }\r
+\r
+               @include breakpoint('<=medium') {\r
+                       @include html-grid(1.5rem, 'medium');\r
+               }\r
+\r
+               @include breakpoint('<=small') {\r
+                       @include html-grid(1.5rem, 'small');\r
+               }\r
+\r
+               @include breakpoint('<=xsmall') {\r
+                       @include html-grid(1.5rem, 'xsmall');\r
+               }\r
+\r
+               @include breakpoint('<=xxsmall') {\r
+                       @include html-grid(1.5rem, 'xxsmall');\r
+               }\r
+       }
\ No newline at end of file