postcss-design-tokens icon indicating copy to clipboard operation
postcss-design-tokens copied to clipboard

@import rule not being parsed

Open fredboyle opened this issue 2 years ago • 0 comments

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!

fredboyle avatar Aug 23 '22 00:08 fredboyle