cuongtobi / learn-tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Tailwindcss

How to build output.css

Run the CLI tool to scan your template files for classes and build your CSS:

npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

About


Languages

Language:HTML 85.8%Language:CSS 14.0%Language:JavaScript 0.2%