dienstplan/node_modules/less/test/less-bom/errors/parse-error-missing-parens.less
2017-09-13 07:52:34 +02:00

6 lines
73 B
Plaintext

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