Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keys are lowered case #37

Closed
NetanelBasal opened this issue Aug 10, 2022 · 2 comments
Closed

Keys are lowered case #37

NetanelBasal opened this issue Aug 10, 2022 · 2 comments
Labels
bug Something isn't working Feature: added

Comments

@NetanelBasal
Copy link

Thanks for this library.

Versions:

  • Package Version: 2.3.0
  • Tailwindcss Version: latest

Description:

When using the following config:

  theme: {
    variables: {
      DEFAULT: {
        UPPER: 'red'
      },
    },
  },

It generates it in lower case: --upper: red. The expected behavior is to generate the same key. Thanks.

@NetanelBasal NetanelBasal added the bug Something isn't working label Aug 10, 2022
@mertasan
Copy link
Owner

Hi @NetanelBasal , thank you.

Please upgrade the plugin to ^2.4.0 to fix this issue 👍

@NetanelBasal
Copy link
Author

It works now. Thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Feature: added
Projects
None yet
Development

No branches or pull requests

2 participants