Closed
Description
**Problem **
- Although tailwind is updated to latest version , a large number of upcoming developers still learn or use older 3.4.17 version of tailwind .
- Instructions in framework guides for installing tailwindcss has code which installs latest version of tailwind thereby creating problems due to the latest changes made .
** Expected Solution **
- Update the code in the framework guides to set up the correct version of tailwind by mentioning version number specifically as by default it is installing the latest version
** Code Example **
npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p
Here , it installs the latest version of tailwind . When the user selects the version specifically , it should be something like this
npm install -D tailwindcss@3.4.17 postcss autoprefixer npx tailwindcss init -p
Metadata
Metadata
Assignees
Labels
No labels