-
-
Notifications
You must be signed in to change notification settings - Fork 977
Labels
good first issueis good for newcomersis good for newcomersstatus: wipis being worked on by someoneis being worked on by someone
Description
What minimal example or steps are needed to reproduce the bug?
@property --Foo {
syntax: "string";
}
a {
--Bar: a;
}
Ref: #7732 (comment)
What minimal configuration is needed to reproduce the bug?
{
"extends": [
"stylelint-config-standard"
]
}
How did you run Stylelint?
Which Stylelint-related dependencies are you using?
{
"stylelint": "latest",
"stylelint-config-standard": "latest"
}
What did you expect to happen?
Both custom property names to be flagged.
What actually happened?
Only the one inside of the ruleset is flagged:
6:2-7 error Expected custom property name "--Bar" to be kebab-case (custom-property-pattern)
Do you have a proposal to fix the bug?
Also check @property
preludes.
Metadata
Metadata
Assignees
Labels
good first issueis good for newcomersis good for newcomersstatus: wipis being worked on by someoneis being worked on by someone