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
Hello! I've noticed a lot of recent hard work has happened for this plugin for tailwind 🎉
Our designer uses variables to point to various TW (custom) colour tokens. In this case, you'll see bg-critical-base points to colour-red-300
When "Custom Colors" is checked, that seems to come through in the plugin code generation as "critical-base", but us developers actually need the "red-300" part so we know which colour to use from our tailwind config (note: we don't use the code generation verbatim, just as a reference, so it's less important that that part works perfectly for us) - we just need to see the words red-300.
Is there a way we can have the plugin show "red-300"? It's quite possible we have misconfigured figma config in some way, unfortunately I don't have access to the figma variables/config etc yet, but I'm working on that.
separately - You'll see the code generation on this window is a bit borked ([Object object]...) not sure why, it's fine in the other window. But I don't mind - more interested in getting colour names
The text was updated successfully, but these errors were encountered:
Hello! I've noticed a lot of recent hard work has happened for this plugin for tailwind 🎉
Our designer uses variables to point to various TW (custom) colour tokens. In this case, you'll see
bg-critical-base
points tocolour-red-300
When "Custom Colors" is checked, that seems to come through in the plugin code generation as "critical-base", but us developers actually need the "red-300" part so we know which colour to use from our tailwind config (note: we don't use the code generation verbatim, just as a reference, so it's less important that that part works perfectly for us) - we just need to see the words red-300.
Is there a way we can have the plugin show "red-300"? It's quite possible we have misconfigured figma config in some way, unfortunately I don't have access to the figma variables/config etc yet, but I'm working on that.
separately - You'll see the code generation on this window is a bit borked (
[Object object]...
) not sure why, it's fine in the other window. But I don't mind - more interested in getting colour namesThe text was updated successfully, but these errors were encountered: