generated from ryansonshine/typescript-npm-package-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
When converting:
.a:first-child {
flex: 1 1 0%;
}
.a {
font-family: Inter;
}
The nodes found in result.convertedRoot are different than when converting:
.a {
font-family: Inter;
}
.a:first-child {
flex: 1 1 0%;
}
The order seems to matter and it loses all the styles related to :first-child
It would also be nice to have an explanation on the docs about what's the difference between convertedRoot and nodes as they sometime differ.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working