Y
Hacker News
new
|
ask
|
show
|
jobs
by
mehrzad
2042 days ago
Using `yarn upgrade tailwindcss` only brought me up to 1.9.6. I had to specify the version to get it to upgrade.
1 comments
rnmp
2042 days ago
I would assume it's by design. A simple upgrade would potentially break at the very least the colors that you're using (they updated the built-in color palette).
link
mehrzad
2042 days ago
That's understandable, but they didn't clarify that at all in the upgrade instructions, which say to just use "npm install tailwindcss" to upgrade.
edit: And it also broke PostCSS somehow. What a mess!
edit 2: I just noticed the "@latest"
link