-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
- WebStorm 2023.3.2
- Styled-components plugin version: 233.13135.92
Problem description:
I noticed a problem after updating to the latest version of Webstorm when I want to write the class some_class, for example, into the Wrapper wrapper. Webstorm shows that this class has never been used, but this is not true.
WebStorm highlights only regular tags in the style h1-h5, p, ul, etc.
const Wrapper = styled.div`
// h3 is highlighted by the editor
h3 {
color: #242628;
font-size: 20px;
font-weight: 700;
line-height: 140%;
}
// Selector some_class is never used
.some_class {
margin-top: 20px;
}
`
anjeypakulnevich, atu-record, Nikelroot, jbeurel, pd-be and 1 more
Metadata
Metadata
Assignees
Labels
No labels