We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I don't know why the color that I've overwritten in windi.config.ts file does not work To Reproduce Steps to reproduce the behavior:
export default defineConfig({ ...., theme: { extend: { colors: { green: { 100: "#7f1d1d", }, }, }, }, plugins: [formsPlugin, typographyPlugin, aspectRatioPlugin, lineClampPlugin], });
( you can see the color in the picture )
Expected behavior the text color should be changed to #7f1d1d not #10B981
#7f1d1d
#10B981
my nuxt.config.ts file
export default defineNuxtConfig({ windicss: { analyze: true, config: { attributify: true, }, }, css: ['@/assets/font.css'], modules: ['nuxt-windicss'], })
please help, thanks 🙏🏾
The text was updated successfully, but these errors were encountered:
Hey @SirawichDev
Thanks for the issue, I am able to replicate this. I'll take a look in the next few days
Sorry, something went wrong.
Hey @SirawichDev Thanks for the issue, I am able to replicate this. I'll take a look in the next few days
Thanks man
No branches or pull requests
Describe the bug
I don't know why the color that I've overwritten in windi.config.ts file does not work
To Reproduce
Steps to reproduce the behavior:
( you can see the color in the picture )
4. re-run project by running ``` nuxt dev ```
Expected behavior
the text color should be changed to
#7f1d1d
not#10B981
my nuxt.config.ts file
please help, thanks 🙏🏾
The text was updated successfully, but these errors were encountered: