koala icon indicating copy to clipboard operation
koala copied to clipboard

Error: $number: "ms(2)" is not a number for 'unit'

Open mokorana opened this issue 7 years ago • 1 comments

v2.3.0

Bug report

Error: $number: "ms(2)" is not a number for 'unit'

$typi: (
  base: (
    null: (15px, 1.4),
    small: ms(2)
  )
);

Using SASS-Typo-Library "Typi" (https://github.com/zellwk/typi/) with SASS-ModularScale-Library (https://github.com/modularscale).

The strange thing is when I used this with Webpack, I didn't get the error.

mokorana avatar Jan 03 '19 08:01 mokorana

The default Sass compiler in Koala might not be updated so it has not included the module 'modularscale'.

zybersup avatar Sep 29 '21 13:09 zybersup