You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm using 3.1.0 and storybook 8.5.2 I'm having an issue where the design-tokens.source.json is not being created. Not really sure if I'm doing something wrong on this or not
this is my tokens.css file
:root {
/** * @tokens Colors Dark * @presenter Color */--colourTertiarry400:#8dd2bf;
--colourTertiarry600:#5a9f8c;
--colourTertiarry700:#437769;
--colourTertiarry800:#2d5046;
--colourTertiarry900:#162823;
--colourTertiarryDefault:#70c7af;
/* @tokens End */
}
Hi I'm using 3.1.0 and storybook 8.5.2 I'm having an issue where the design-tokens.source.json is not being created. Not really sure if I'm doing something wrong on this or not
this is my tokens.css file
and this is my main.js
The text was updated successfully, but these errors were encountered: