Skip to content

Commit 1b2bf4d

Browse files
🗑️ remove: eliminate unused value import from stylelint rules
1 parent a769f0a commit 1b2bf4d

File tree

1 file changed

+0
-2
lines changed
  • packages/stylelint-config/src/rules/stylelint

1 file changed

+0
-2
lines changed

‎packages/stylelint-config/src/rules/stylelint/index.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {rule} from './rule/index.js'
1313
import {selector} from './selector/index.js'
1414
import {string} from './string/index.js'
1515
import {unit} from './unit/index.js'
16-
import {value} from './value/index.js'
1716

1817
export const stylelintRule = {
1918
...general,
@@ -24,7 +23,6 @@ export const stylelintRule = {
2423
...string,
2524
...declaration,
2625
...property,
27-
...value,
2826
...functionRules,
2927
...selector,
3028
...atRule,

0 commit comments

Comments
 (0)