An open API service indexing awesome lists of open source software.

https://github.com/kailoon/html-tailwind

HTML TailwindCSS starter kit with PurgeCSS.
https://github.com/kailoon/html-tailwind

css html purgecss starter-kit tailwindcss

Last synced: about 2 months ago
JSON representation

HTML TailwindCSS starter kit with PurgeCSS.

Awesome Lists containing this project

README

          

# html-tailwind

## Usage

**Installation**
```
gh repo clone kailoon/html-tailwind
cd html-tailwind
npm install
```

**Build**
```
yarn build
```
to generate tailwind styles into `assets/css/styles.css` and start building with tailwind classes.

**Production**
```
yarn production
```
to run PurgeCSS and generate tailwind styles into `assets/css/styles.css` without unused CSS.

Hope you like it.