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

7 lines
62 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
/* Test */
#blah {
// blah
}
.a {
error: (1px * 1em);
}