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.
except: ["exact-value"]
media-feature-range-notation
1 parent e8dc7de commit d07d7f0Copy full SHA for d07d7f0
src/rules/stylelint/media-feature-range-notation.d.ts
@@ -3,6 +3,10 @@ import type { RuleConfig } from '../rule-config'
3
export type MediaFeatureRangeNotationOptions = RuleConfig<
4
'context' | 'prefix',
5
{
6
+ /**
7
+ * - `'exact-value'`: Reverse the primary option for media features with exact values.
8
+ */
9
+ except?: ('exact-value')[]
10
message?: string | ((primary: string) => string)
11
}
12
>
0 commit comments