Sergii Lavrin
Sergii Lavrin
Probably it's better to use separate `$ekzo-icon-fonts` map for icon fonts
Fonts also should have `fallback` map for fallback to predefined fonts. Remember, that some local fonts should be quoted, while other β shouldn't
Some useful urls: - https://github.com/guardian/guss-webfonts/blob/master/demo/demo.scss#L3 - https://github.com/guardian/guss-webfonts/blob/master/src/_webfonts.config.scss#L76 - https://github.com/guardian/guss-webfonts/blob/master/src/_webfonts.helpers.scss#L15 - https://github.com/guardian/guss-webfonts/blob/master/src/_webfonts.mixins.scss
Impossible to implement since so far Sass doesn't have way to call mixins: Ref: https://github.com/sass/sass/issues/626
Partially implemented, but via global variable hack and additional `ekzo-temp()` function. It's still requires to have `@content`, since there is no way to call mixin with unknown name.
https://github.com/jamesarosen/CLDR.js was closed, it's no longer maintaned. So, maybe it won't hurt to use http://cldr.unicode.org/ indeed? Anyway, thanks for great library!
Seems to be not relevant anymore.
Stumbled into the same issue. It's usually "fixed" by avoiding eager compilations and using factories or something like that, but it is not possible in case of the `graphql-tag` coupled...
That's sound great! Maybe you can create PR to merge it into this repository?
Tried @subhaze version... it seems to be strange somehow. Is it doing righ thing? Built js size is increadable large with it and even transpilation takes a lot of time......