https://github.com/themeplate/vite-plugin-tailwindcss
https://github.com/themeplate/vite-plugin-tailwindcss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themeplate/vite-plugin-tailwindcss
- Owner: ThemePlate
- License: gpl-3.0
- Created: 2023-04-15T12:00:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:23:26.000Z (over 2 years ago)
- Last Synced: 2025-02-28T22:42:34.066Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@themeplate/vite-plugin-tailwindcss
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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