@zephracss/vite
v0.1.2
Published
Vite plugin for ZephraCSS, an elegant atomic css engine for a more civilized age.
Downloads
2
Maintainers
Readme
What is this?
This is the vite plugin for ZephraCSS. It is used to run Zephra in tandem with vite.
Usage
import { defineConfig } from 'vite'
import zephra from '@zephracss/vite'
export default defineConfig({
plugins: [
zephra({
// options
})
// or
zephra(
"path/to/zephra.config.ts"
)
]
})