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

https://github.com/themeplate/vite-plugin-tailwindcss


https://github.com/themeplate/vite-plugin-tailwindcss

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ThemePlate Vite TailwindCSS

> For TailwindCSS v3.x

## Usage

`npm install @themeplate/vite-plugin-tailwindcss`

### vite.config.js

```js
import { defineConfig } from 'vite';
import tpTailwindCss from '@themeplate/vite-plugin-tailwindcss';

export default defineConfig( {
plugins: [
tpTailwindCss(/* MODE */),
],
} );
```

## Sample

> See `/tests` folder for `custom` and `full` mode