1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

imports order fix

This commit is contained in:
Antoine Boulanger
2015-01-20 10:54:21 -05:00
parent a4042eaf15
commit 34bc25a894

View File

@@ -5,6 +5,9 @@
"settings"
, "vendors/jacket"
, "tools/functions"
, "tools/mixins"
, "base/normalize"
, "base/fonts"
@@ -13,9 +16,6 @@
, "base/headings"
, "base/forms"
, "tools/functions"
, "tools/mixins"
, "generic/helpers"
, "generic/trumps"
;