Skip to content

Commit

Permalink
Fix import order in test.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Apr 21, 2016
1 parent 722e3a6 commit 7081d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@custom-media --sm-viewport (min-width:320px) and (max-width:640px);
@custom-media --md-viewport (min-width:640px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);

@import "suitcss-components-test";
@import "suitcss-utils-display";
@import "../index.css";

@custom-media --sm-viewport (min-width:320px) and (max-width:640px);
@custom-media --md-viewport (min-width:640px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);

0 comments on commit 7081d0b

Please sign in to comment.