Using in scss
jeremydouglas opened this issue · 4 comments
jeremydouglas commented
How are kerning.js css statements meant to be written in .scss files? I'm getting an error output of invalid scss when I compile. Even with --quiet, the file written is still an error.
benjamingeorge commented
I need help with this as well
noelforte commented
Yep! Also need help with this!
sangyoo91 commented
I need help with .less files
endtwist commented
In SCSS/SASS, you'll have to use string interpolation:
#{"-word-size"}: #{"-word-pairs('this is': 10em)"};
#{"-letter-size"}: 100px 20px 30px;
I'm not sure about LESS.