pieces
pieces copied to clipboard
Uppercased at-rule name is causing parsing error
For example, the following valid at-rules are causing parsing error
@MEDIA (max-width: 1024px) {
div {
color: #000;
}
}
@IMPORT url(main.css);