An open API service indexing awesome lists of open source software.

https://github.com/rossrobino/uico

Comprehensive Styling with Modern CSS
https://github.com/rossrobino/uico

css oklch reset

Last synced: about 1 year ago
JSON representation

Comprehensive Styling with Modern CSS

Awesome Lists containing this project

README

          

# Comprehensive Styling with Modern CSS

Base styles and color palettes for any web project.

[Read the docs](https://uico.robino.dev)

## Install

```bash
npm i uico
```

## CSS (recommended)

```css
@import "uico"; /* works with most bundlers */
@import "node_modules/uico/style.css"; /* alternatively */
```

## JavaScript

```js
import "uico/style.css";
```

## TailwindCSS

[Configuration reference](https://github.com/rossrobino/uico/blob/main/packages/uico/tailwind.css)