NxtChg/pieces

Vendor-prefixed @document is causing a compiling error

ianthedev opened this issue · 0 comments

The following CSS code:

@-moz-document url-prefix() {
    h1 {
        color: green;
    }
}

is causing this compiling error: TypeError: this[n.type] is not a function