mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
13 lines
126 B
SCSS
13 lines
126 B
SCSS
// Utilities
|
|
|
|
// property order
|
|
$orders: (
|
|
first: -1,
|
|
0: 0,
|
|
1: 1,
|
|
2: 2,
|
|
3: 3,
|
|
4: 4,
|
|
5: 5,
|
|
last: 6,
|
|
) !default; |