@anyframe/css
Version:
Fast, lightweight, customizable, and modern utility-first CSS framework.
37 lines (24 loc) • 612 B
Markdown
is a **utility-first CSS framework** with rich features, fast, and easy to customize. We use `tenoxui` library for the style computation since this library is small and lightweight.
```bash
npm i @anyframe/css
```
```javascript
// esm
import { AnyCSS } from '@anyframe/css'
// cjs
const { AnyCSS } = require('@anyframe/css')
// iife
const { AnyCSS } = __anyframe_css__
```
```javascript
const css = AnyCSS({
/* configuration here */
})
console.log(ui.render(['bg-red-500', 'flex']))
```
MIT © 2025 AnyFrame Org.
`anyframe/css`