pixsy/node_modules/less/test/less-bom/errors/multiply-mixed-units.less

7 lines
62 B
Plaintext

/* Test */
#blah {
// blah
}
.a {
error: (1px * 1em);
}