Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit e86a59a

Browse files
committed
Clarify overrides
1 parent 259658b commit e86a59a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.stylelintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
module.exports = {
22
extends: '@ultimaker/stylelint-config/scss',
33
rules: {
4+
// To be removed once @extends are gone
45
'at-rule-blacklist': null,
6+
// To be removed once line-heights are unitless
57
'declaration-property-unit-blacklist': null,
8+
// Only here to supress nesting-depth warnings
69
'max-nesting-depth': null,
10+
// see: https://stylelint.io/user-guide/rules/no-descending-specificity
711
'no-descending-specificity': null,
12+
// These can be removed once AutoPrefixer in used in consuming projects
813
'property-no-vendor-prefix': null,
914
'value-no-vendor-prefix': null,
1015
},

0 commit comments

Comments
 (0)