Files
biomedjs/node_modules/less/test/less/errors/multiply-mixed-units.less

7 lines
59 B
Plaintext
Raw Normal View History

2014-09-14 07:04:16 -04:00
/* Test */
#blah {
// blah
}
.a {
error: (1px * 1em);
}