pixsy/node_modules/less/test/less-bom/strict-units/strict-units.less

5 lines
98 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
.units {
cancels-to-nothing: (1px / 1px);
cancels: ((((10px / 5em) / 1px) * 3em) * 1px);
}