<p></p>
<p align="center">
  <img src="https://ik.imagekit.io/unizap/unicss_logo.svg" alt="UniCSS Logo" height="80"/>
</p>


<p align="center">
  <b>Build sleek interfaces straight from your markup.<br>
  Fast, modern, utility-first CSS framework for rapid UI development.</b>
</p>

---

## 🚀 Installation

```sh
npm i @unizap/unicss
```

---

## ⚡ Usage

Generate your CSS file:

```sh
npx unicss
```

Or watch for changes and output to a custom file:

```sh
npx unicss -w -o src/output.css
```

---

## 🧩 Features

- Utility-first CSS generator
- Automatic CSS filter utilities (e.g. `blur-lg`, `brightness-150`)
- Fast, modern, and easy to integrate
- Supports custom output paths and watch mode

---

## 📄 License

MIT