ZarcoNontol / tailwindcss-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

In order to get started, run the following command to generate all utility classes

npx tailwindcss-cli@latest build ./css/tailwind.css -o ./dist/tailwind.css

Once you have everything built out. You can run:

NODE_ENV=production npx tailwindcss-cli@latest build ./css/tailwind.css -o ./dist/tailwind.css

About

License:MIT License


Languages

Language:CSS 99.9%Language:HTML 0.1%Language:JavaScript 0.0%