We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a769f0a commit 1b2bf4dCopy full SHA for 1b2bf4d
‎packages/stylelint-config/src/rules/stylelint/index.js‎
@@ -13,7 +13,6 @@ import {rule} from './rule/index.js'
13
import {selector} from './selector/index.js'
14
import {string} from './string/index.js'
15
import {unit} from './unit/index.js'
16
-import {value} from './value/index.js'
17
18
export const stylelintRule = {
19
...general,
@@ -24,7 +23,6 @@ export const stylelintRule = {
24
23
...string,
25
...declaration,
26
...property,
27
- ...value,
28
...functionRules,
29
...selector,
30
...atRule,
0 commit comments