-
-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Copy link
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 literals
Description
What minimal example or steps are needed to reproduce the bug?
const Root = styled.div`
&::before {
color: red;
}
`;
What minimal configuration is needed to reproduce the bug?
{
"nesting-selector-no-missing-scoping-root": true
}
How did you run Stylelint?
VS Code extension.
Which Stylelint-related dependencies are you using?
"stylelint": "16.23.1",
"stylelint-config-recommended": "17.0.0",
What did you expect to happen?
No error.
What actually happened?
Unexpected missing scoping root (nesting-selector-no-missing-scoping-root)
Do you have a proposal to fix the bug?
No response
karlhorky, puku0x, shoota and RobLRkarlhorkykarlhorky and mutschelknauss
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 literals