https://github.com/mazkdevf/tw-cli-next
TailwindCSS V4.0.0-ALPHA CLI Tutorial
https://github.com/mazkdevf/tw-cli-next
alpha cli css tailwind
Last synced: 23 days ago
JSON representation
TailwindCSS V4.0.0-ALPHA CLI Tutorial
- Host: GitHub
- URL: https://github.com/mazkdevf/tw-cli-next
- Owner: mazkdevf
- Created: 2024-03-24T12:47:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T12:56:39.000Z (over 1 year ago)
- Last Synced: 2025-05-18T05:14:55.844Z (about 2 months ago)
- Topics: alpha, cli, css, tailwind
- Language: HTML
- Homepage: https://tailwindcss.com/blog/tailwindcss-v4-alpha
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tw-cli-next

### INSTALL
```bash
npm install tailwindcss@next @tailwindcss/cli@next
```### FOR CSS FILE
```css
@import "tailwindcss";
```### FOR COMPILING CSS
```bash
npx @tailwindcss/cli@next -i app.css -o dist/app.css --watch --minify
``````bash
npx @tailwindcss/cli@next -i app.css -o dist/app.css --watch --optimize
```