Skip to content

Commit d07d7f0

Browse files
committed
feat: add except: ["exact-value"] to media-feature-range-notation
1 parent e8dc7de commit d07d7f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rules/stylelint/media-feature-range-notation.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import type { RuleConfig } from '../rule-config'
33
export type MediaFeatureRangeNotationOptions = RuleConfig<
44
'context' | 'prefix',
55
{
6+
/**
7+
* - `'exact-value'`: Reverse the primary option for media features with exact values.
8+
*/
9+
except?: ('exact-value')[]
610
message?: string | ((primary: string) => string)
711
}
812
>

0 commit comments

Comments
 (0)