@zephracss/vite
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published
Zephra Logo

ZephraCSS Vite Plugin

An elegant atomic css engine for a more civilized age.



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

Package Sidebar

Install

npm i @zephracss/vite

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

1.57 MB

Total Files

4

Last publish

Collaborators

  • thecommieaxolotl