Problem when I update tailwind.config #15344
Replies: 2 comments
-
Hey! Do you mind adding the contents of your updated |
Beta Was this translation helpful? Give feedback.
-
`import type { Config } from "tailwindcss"; export default { If I modify a rule or add a rule, the CSS broke. |
Beta Was this translation helpful? Give feedback.
-
What version of Tailwind CSS are you using?
^3.4.1
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 15.0.3, postcss ^8
What version of Node.js are you using?
v20.15.1
What browser are you using?
Chrome or Mozilla firefox
What operating system are you using?
Windows
Reproduction URL
package.json
Describe your issue
I have a problem when I made a modification in the file tailwind.config.ts. all the rules doesn't work. I have tried to rerun the server, nothing yet. we don't have an error message in my console with VSC or in my navigator.
Beta Was this translation helpful? Give feedback.
All reactions