ianthedev opened this issue 6 years ago · 0 comments
For example, the following valid at-rules are causing parsing error
@MEDIA (max-width: 1024px) { div { color: #000; } }
@IMPORT url(main.css);