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

ResolveConfig with experimental -> uniformColorPalette #2345

Closed
frederikhors opened this issue Sep 7, 2020 · 1 comment · Fixed by #2347
Closed

ResolveConfig with experimental -> uniformColorPalette #2345

frederikhors opened this issue Sep 7, 2020 · 1 comment · Fixed by #2347

Comments

@frederikhors
Copy link
Contributor

I'm using this code in my tailwind.config.js (because of this):

const resolveConfig = require('tailwindcss/resolveConfig')

module.exports = resolveConfig(
  {
    experimental: {
      uniformColorPalette: true
    }
  }
)

This is not working because new palette colors doesn't show up.

If I use lodash/merge it works.

@adamwathan
Copy link
Member

Should be fixed now, grab v1.8.5 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants