Andy-set-studio / gorko

A tiny Sass token class generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The getter functions should return the CSS custom property values if required

Andy-set-studio opened this issue · comments

Related to #9, the get-color, get-size and apply-utility functions/mixins should apply the custom property, rather than the config value.

Decided to leave the direct getters alone, like get-color and get-size. The apply-utility mixin will now honour CSS Custom Properties and the new get-utility-value will return the value of apply-mixin, should you only want the value.