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

add include and variable in the sort order

This commit is contained in:
Stephen Bégay
2015-03-06 14:14:11 -05:00
parent f97dedc250
commit fec0617833

View File

@@ -19,6 +19,8 @@
"unitless-zero": true,
"vendor-prefix-align": true,
"sort-order": [
[ "$include" ],
[ "$variable" ],
[
"font",
"font-family",
@@ -318,4 +320,4 @@
"text-shadow"
]
]
}
}