TAILWIND CSS
- NodeJS +
- node -v (check version Nodejs)
- npm -> Node package manager (install , uninstall)
- node_modules -> Node packages
- package.json
- package-lock.json
- npx -> node package executed (js file)
- tailwindCSS.com
- get Started
npm install -D tailwindcss
npx tailwindcss init --full
- "/dist/style.css"
@tailwind base; @tailwind components; @tailwind utilities
6. index.html -> CDN inner head tag in html file
``
``
- watch style.css
``
npx tailwindcss -i ./dist/style.css -o ./dist/output.css --watch
``
- Tailwind CSS IntelliSense (vs code exstension)