-
-
Notifications
You must be signed in to change notification settings - Fork 986
Labels
status: wipis being worked on by someoneis being worked on by someonesyntax: css-in-jsrelates to JS objects & template literalsrelates to JS objects & template literalssyntax: htmlrelates to HTML style tags and attributesrelates to HTML style tags and attributes
Description
What minimal example or steps are needed to reproduce the bug?
<div style="color: red"></div>What minimal configuration is needed to reproduce the bug?
{
"overrides": [
{ "files": ["**/*.html"], "customSyntax": "postcss-html" }
],
"rules": {
"no-invalid-position-declaration": true
}
}How did you run Stylelint?
Which Stylelint-related dependencies are you using?
{
"stylelint": "16.23.0",
"postcss-html": "latest"
}What did you expect to happen?
No problem.
What actually happened?
color: red is reported as a problem.
Do you have a proposal to fix the bug?
No response
rakleed, maxdzin and davidsandozsamotoo, ehoogeveen-medweb, sw1tch3roo, RyanCTMeng and maxdzin
Metadata
Metadata
Assignees
Labels
status: wipis being worked on by someoneis being worked on by someonesyntax: css-in-jsrelates to JS objects & template literalsrelates to JS objects & template literalssyntax: htmlrelates to HTML style tags and attributesrelates to HTML style tags and attributes