A helper for getting tailwind values into css custom properties and switching them between media queries and classes. You can try it out here: https://play.tailwindcss.com/Gt21fePNvv
Thanks for the plugin. Any chance we can enable dots in the property names, like this:
{
theme: {
margin: {
4.5: '18px',
}
}
}
This currently renders margin: var(--margin-4.5) where the variable is empty. I can set up a repo to reproduce this, but if you copy it over to the config, it will be present in the current plugin's playground.
Thanks for the plugin. Any chance we can enable dots in the property names, like this:
This currently renders
margin: var(--margin-4.5)
where the variable is empty. I can set up a repo to reproduce this, but if you copy it over to the config, it will be present in the current plugin's playground.