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

Customizing Colors #2

Open
jannesblobel opened this issue Feb 12, 2021 · 0 comments
Open

Customizing Colors #2

jannesblobel opened this issue Feb 12, 2021 · 0 comments

Comments

@jannesblobel
Copy link

Hi Everyone
I defined a custom color 'myblue' in the tailwind config file. The VSCode extension Tailwind-intellisense recognizes the custom color but the color is not shown in the UI

tailwind.config.js

module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {

colors:{      
  myblue: '#0061FF',
  DEFAULT: '#5c6ac4',
  dark: '#202e78',
},

},
variants: {
extend: {},
},
plugins: [],
}

I believe the import of the config failed.
I hope, anybody can help me and fix my/the issue.

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

No branches or pull requests

1 participant