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

how to use tailwindcss: ^3.2.1 in @craco/craco: ^7.0.0-alpha.9 #460

Closed
FrancisKaneY opened this issue Oct 31, 2022 · 2 comments
Closed

how to use tailwindcss: ^3.2.1 in @craco/craco: ^7.0.0-alpha.9 #460

FrancisKaneY opened this issue Oct 31, 2022 · 2 comments

Comments

@FrancisKaneY
Copy link

craco.config.js module.exports = { style: { postcss: { plugins: [require('tailwindcss'), require('autoprefixer')], }, }, }
tailwindcss.config.js module.exports = { content: ['./src/**/*.{js,jsx,ts,tsx}'], theme: { extend: {}, }, plugins: [], }
how to use tailwindcss in craco? It doesn't feel like it's working

@86lanjie
Copy link

Have you solved the problem? I have also encountered this problem

@kaneruan
Copy link

kaneruan commented May 4, 2023

it doesn't working

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

3 participants