Hello
The framework importer does not import pseudo-classes and pseudo-elements. For example, when you click “parse css” in the example below, only the .service-card class is created, and when you select “custom css” for declarations, they are not added to the custom css section either:
.service-card {
background: red;
}
.service-card:hover {
background: green;
}
.service-card::before {
background: blue;
}
Thanks
Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)
[Please describe this bug in as much detail as possible so we can replicate & debug this bug]