postcss-design-tokens
postcss-design-tokens copied to clipboard
@import rule not being parsed
Running into an issue where the below CSS is not parsed by the plugin. The output of the CSS contains the unparsed CSS. Other tokens in the same CSS file are parsed as expected.
@import url(token(typography.font.import.value));
Please advise if this is something that can be fixed in the plugin code, a known limitation, or something else.
Thanks!