Which breaks the font face because of this statement:
local(?)
I know that using double quotations instead of single quotations fixes this. but single quotations work fine with the standard ruby-based scss compiler.
(I have a bunch of scss files that were ok with the ruby-based compiler and know pyScss kinda breaks them)
pyScss comiles this:
to this:
Although this might make final css code smaller but this behavior is not always appropriate. For example when defining a font face:
After compilation:
Which breaks the font face because of this statement:
I know that using double quotations instead of single quotations fixes this. but single quotations work fine with the standard ruby-based scss compiler. (I have a bunch of scss files that were ok with the ruby-based compiler and know pyScss kinda breaks them)