pieces
pieces copied to clipboard
Vendor-prefixed @document is causing a compiling error
The following CSS code:
@-moz-document url-prefix() {
h1 {
color: green;
}
}
is causing this compiling error: TypeError: this[n.type] is not a function