tailwindcss-export-config
tailwindcss-export-config copied to clipboard
feat: handle DEFAULT key
Handle DEFAULT key, see https://tailwindcss.com/docs/customizing-colors#color-object-syntax
So {blue: {DEFAULT: '#000'}} does not become $blue-DEFAULT but $blue.
Indeed, Tailwind 2.x handles extending config differently. I updated to Tailwind 2.x. I guess this introduces a breaking change if you're fine with that.
It's fine, we just need to do a major version bump
No problem, it would be great! thanks 👍
Please let me know when it's released :)
Any updates when this will be released? Currently running into an issue upgrading to tailwindwind 2.x due to default/DEFAULT.