css2object
css2object copied to clipboard
Handle @media queries and @import
@import would be very easy to do. Just match the keyword and semi-colon, then add to a global object called globals.
@media is also easy. The current setup could take it without any issue. The only thing we need is to handle the content in the media query. This could open opportunities for less 🤔