W72crm_web-master/node_modules/less/test/less-bom/strict-units/strict-units.less

5 lines
98 B
Plaintext
Raw Normal View History

2025-05-27 11:25:53 +08:00
.units {
cancels-to-nothing: (1px / 1px);
cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
}