2020-07-29
updated-cra-template-tailwindcss-typescript-to-tailwind-version-1-6-0
tailwind, tailwindcss, cra, template, react
tailwind, tailwindcss, cra, template, react
Image by Carabo Spain from Pixabay
Updated to Tailwind CSS version 1.7.1.
Refer to the official 1.7.1 update blog post.
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