Open mokorana opened 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.
The default Sass compiler in Koala might not be updated so it has not included the module 'modularscale'.
v2.3.0
Bug report
Error: $number: "ms(2)" is not a number for 'unit'
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.