endtwist/kerning.js

Using in scss

jeremydouglas opened this issue · 4 comments

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.

I need help with this as well

Yep! Also need help with this!

I need help with .less files

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.