css2object icon indicating copy to clipboard operation
css2object copied to clipboard

Handle @media queries and @import

Open ooade opened this issue 6 years ago • 0 comments

@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 🤔

ooade avatar Sep 29 '19 19:09 ooade