@style-this/vite
v0.1.5
Published
CSS-in-JS library for the modern web - vite plugin
Downloads
22
Readme
@style-this/vite
Vite plugin for the style-this library.
Installation
pnpm add -D @style-this/viteUsage
// vite.config.ts
import { defineConfig } from 'vite';
import styleThis from '@style-this/vite';
export default defineConfig({
plugins: [
styleThis()
]
});Development
# Build the package
pnpm build
# Watch mode for development
pnpm dev