NxtChg/pieces

Uppercased at-rule name is causing parsing error

ianthedev opened this issue · 0 comments

For example, the following valid at-rules are causing parsing error

@MEDIA (max-width: 1024px) {
    div {
        color: #000;
    }
}
@IMPORT url(main.css);