Files
less.js/test/less/errors/parse-error-missing-parens.less

6 lines
70 B
Plaintext

@media (missing: bracket {
body {
background-color: #fff;
}
}