Skip to content

Commit 66781c6

Browse files
authored
Merge pull request #46 from uicrooks/dev
v2.4.10
2 parents 594b0b3 + 3ddd448 commit 66781c6

File tree

3 files changed

+798
-606
lines changed

3 files changed

+798
-606
lines changed

.config/.stylelintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ module.exports = {
2828
'apply',
2929
'variants',
3030
'responsive',
31-
'screen'
31+
'screen',
32+
'layer'
3233
]
3334
}
3435
],
3536
'no-descending-specificity': null
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)