pieces icon indicating copy to clipboard operation
pieces copied to clipboard

@import's url and media queries are becoming "undefined" in the compiled result

Open ianthedev opened this issue 5 years ago • 0 comments

Both of the following CSS codes:

@import url(main.css);
@import url(main.css) (max-width: 1024px);

are being compiled to:

@import undefined;

ianthedev avatar Apr 20 '19 10:04 ianthedev