multiply-mixed-units.less 62 B

1234567
  1. /* Test */
  2. #blah {
  3. // blah
  4. }
  5. .a {
  6. error: (1px * 1em);
  7. }