Skip to content

Commit 9ad344f

Browse files
author
Darius Rosendahl
committed
changed order of properties
1 parent b9940a0 commit 9ad344f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ options:
1515
files:
1616
include: 'scss/**/*.s+(a|c)ss'
1717
ignore:
18-
- 'scss/vendor/**/*.*'
18+
- 'scss/**/.css'
1919
# Rule Configuration
2020
rules:
2121
extends-before-mixins: 2
@@ -96,13 +96,13 @@ rules:
9696
-
9797
order:
9898
- content
99+
- display
99100
- position
100101
- z-index
101102
- top
102103
- right
103104
- bottom
104105
- left
105-
- display
106106
- flex-direction
107107
- align-items
108108
- justify-content

0 commit comments

Comments
 (0)