Replies: 4 comments 4 replies
-
"name": "tailwindcss", |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm this is interesting, can you send your tailwind.css and tailwind.config.js files? They should look similar to this. @tailwind base;
@tailwind components;
@tailwind utilities; and module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx,html}'],
theme: {
extend: {},
},
plugins: [],
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
My guess is that there are too many files to compile |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
info - [plugin: ./node_modules/@umijs/plugins/dist/tailwindcss] tailwindcss service started
Rebuilding...
error - [plugin: ./node_modules/@umijs/plugins/dist/tailwindcss] tailwindcss generate failed after 5 seconds, please check your tailwind.css and tailwind.config.js
✨ Done in 22.29s.
Beta Was this translation helpful? Give feedback.
All reactions