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 5af75f6 commit c34a3abCopy full SHA for c34a3ab
stylelint.config.js
@@ -78,6 +78,7 @@ export default {
78
'@stylistic/media-feature-colon-space-after': null,
79
'@stylistic/media-feature-colon-space-before': 'never',
80
'@stylistic/media-feature-name-case': null,
81
+ '@stylistic/media-feature-name-no-vendor-prefix': true,
82
'@stylistic/media-feature-parentheses-space-inside': null,
83
'@stylistic/media-feature-range-operator-space-after': 'always',
84
'@stylistic/media-feature-range-operator-space-before': 'always',
0 commit comments