pieces
pieces copied to clipboard
@import's url and media queries are becoming "undefined" in the compiled result
Both of the following CSS codes:
@import url(main.css);
@import url(main.css) (max-width: 1024px);
are being compiled to:
@import undefined;