This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
As mentioned by @samuel-jarvis this gist no longer works with Tailwind CSS v4. | |
But it will still work for Tailwind CSS v3.4.17 and below | |
*/ | |
/* Terminal */ | |
yarn create vite my-project | |
cd my-project | |
yarn add -D tailwindcss postcss autoprefixer |