style-dictionary-tailwindcss-transformer
style-dictionary-tailwindcss-transformer copied to clipboard
Support Style Dictionary v4 and add preprocessors config
Hi @nado1001,
Thanks for reminding me to update the README. I’ve updated it and also added an integration test to ensure the package works with style-dictionary.
Hi @nado1001 ,
I'm not sure why we're getting a type error in the test for the following line:
import StyleDictionary from 'style-dictionary'
This error occurs when running yarn typecheck in CI, but the tests pass successfully when running yarn test.
It might be a misconfiguration in the TypeScript settings.
Thanks for your review!
Hi, @mrajaeim Thanks for the confirmation! You are right this seems to be caused by the TypeScript configuration. As it is difficult to solve the problem immediately at the moment, I am sorry, but could you please delete one of the tests you added? We will add the test you wrote later after we resolve this issue.
Hi @nado1001, I’ve deleted the integration test.
:tada: This PR is included in version 2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: