W72crm_web-master/node_modules/less/test/less-bom/errors/multiply-mixed-units.less

7 lines
62 B
Plaintext
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
/* Test */
#blah {
// blah
}
.a {
error: (1px * 1em);
}