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
| # Elimination installatio précédente... | |
| rm -rf node_modules | |
| rm -f package-lock.json | |
| npm cache clean --force | |
| # Installation de tailwindcss version 3.3... | |
| npm install -D tailwindcss@3.3.3 postcss autoprefixer | |
| # Création des fichiers de configuration... | |
| npx tailwindcss init --full |