ethantw / Han

「漢字標準格式」印刷品般的漢字排版框架 Han.css: the CSS typography framework optimised for Hanzi.
https://hanzi.pro/
MIT License
2.42k stars 135 forks source link

* Compatibility with libsass (sassc). #63

Closed audreyt closed 9 years ago

audreyt commented 9 years ago

libsass interprets U+1234 as U1234 and so we switch to a form that's compatible with both Ruby SASS and libsass.

ethantw commented 9 years ago

Thanks! Will add npm test with node-sass later. :+1: