We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87906b4 commit cca66a2Copy full SHA for cca66a2
packages/lint/src/config/stylelint/index.ts
@@ -20,8 +20,6 @@ module.exports = {
20
'font-family-no-missing-generic-family-keyword': null, // iconfont
21
'plugin/declaration-block-no-ignored-properties': true,
22
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
23
- // https://stylelint.io/user-guide/rules/value-no-vendor-prefix/
24
- 'value-no-vendor-prefix': [true, { ignoreValues: ['box'] }],
25
// webcomponent
26
'selector-type-no-unknown': null,
27
'value-keyword-case': ['lower', { ignoreProperties: ['composes'] }],
0 commit comments