2020-07-29

updated-cra-template-tailwindcss-typescript-to-tailwind-version-1-6-0

tailwind, tailwindcss, cra, template, react

banner

Image by Carabo Spain from Pixabay

Update on 2020-08-19

Updated to Tailwind CSS version 1.7.1.
Refer to the official 1.7.1 update blog post.


Update on 2020-08-12

Updated to Tailwind CSS version 1.6.2.


Updated cra-template-tailwindcss-typescript to the latest version of Tailwind CSS, 1.6.0.

Refer to the Tailwind CSS v1.6.0 blog announcement for the changes.

You can still create a Tailwind CSS + TypeScript CRA (create-react-app) template with following syntax.

npx create-react-app my-app --template tailwindcss-typescript

It will scaffold a new project named, my-app, which has Tailwind CSS set up with TypeScript (version ^3.9.7) support.

NPM package is available here - https://www.npmjs.com/package/cra-template-tailwindcss-typescript


Image by Carabo Spain from Pixabay