My current setup involves using Elementor as a REST Api, which is providing me with a collection of strings in React that are formatted like this:
selector a {
width: 189px;
line-height: 29px;
}
Is there a tool or library available that can convert CSS with Pseudo elements into inline styles for use in React? I attempted to utilize the https://www.npmjs.com/package/style-to-js library, but unfortunately it does not support brackets and Pseudo elements.