Is it possible to update the TailwindCSS version without waiting for a new Bud extension release?
Yes, you can install tailwindcss
as a dependency with whatever version you’d like
So it’s as simple as running the following from the theme folder?
yarn add tailwindcss@3.3.3 -D
That should do it
1 Like