Skip to content

Update the version number in tailwind 3.4.17 docs #2018

Closed
@devTejaSrinivas

Description

@devTejaSrinivas

**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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions