oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 522 forks source link

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

Open mokorana opened 5 years ago

mokorana commented 5 years ago

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.

zybersup commented 3 years ago

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