0.1.2 • Published 9 months ago

@zephracss/vite v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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"
        )
    ]
})
0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago