-
-
Notifications
You must be signed in to change notification settings - Fork 996
Labels
status: wipis being worked on by someoneis being worked on by someone
Description
What minimal configuration is needed to reproduce the bug?
{
"rules": {
"property-no-unknown": true
}
}Do you have a proposal to fix the bug?
- Add
at-rule-descriptor-no-unknown#8148 should be completed - exceptions like
stylelint/lib/rules/property-no-unknown/index.mjs
Lines 26 to 27 in 4385d8f
// postcss doesn't distinguish between descriptors and properties 'navigation',
should be removed
i.e. declineproperty-no-unknownfalse positive for descriptornavigation#7751 - an at-rule/descriptor map should be created for the descriptors that happen to be named after existing properties
- the descriptors should be ignored
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: wipis being worked on by someoneis being worked on by someone