0.1.3 • Published 2 years ago

create-vite-tailwind v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-vite-tailwind

A minimal boilerplate project for using TailwindCSS with Vite

created by create-create-app.

Usage

$ npx create-vite-tailwind <name>
...
$ cd <name>
$ yarn dev

or:

$ npm run dev

Open the provided link to view the project in a browser. Changes to the project will be hot reloaded and auto refreshed.

Purged classes

Tailwind purges unused classes by default. The template project is configured to scan HTML and script files in the root directory only. To change this behavior, edit the content property of tailwind.config.cjs. See the Tailwind configuration docs for more info.

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago