]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Reordering, mixins first and then prototype classes
authorharry <harmanmanchanda182@gmail.com>
Tue, 21 Feb 2017 14:32:15 +0000 (20:02 +0530)
committerharry <harmanmanchanda182@gmail.com>
Tue, 21 Feb 2017 14:32:15 +0000 (20:02 +0530)
scss/prototype/_prototype.scss

index 0b5adf6536b4f30d5535bd3f531276425e7ab8b5..7633d9cc6ccaa1b1a111315a5205b1befae9bd49 100644 (file)
@@ -6,6 +6,12 @@
 /// @group prototype
 ////
 
+// Relational Mixins
+@import 'relation';
+
+// Box Mixin
+@import 'box';
+
 // Typescale
 @import 'typescale';
 
 // Spacing Utilities
 @import 'spacing';
 
-// Relational Mixins
-@import 'relation';
-
-// Box Mixin
-@import 'box';
-
 @mixin foundation-prototype-classes {
   @include foundation-prototype-typescale;
   @include foundation-prototype-text-utilities;