WIP: Framework Import support pseudo classes & elements

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]

Hey @serdar,

Thank you for the suggestion. I think this should work, so I recorded the task inside our task tracker, and we will update this topic once we implement this.

Thank you so much.
Matej