Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rossrobino/uico

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

css oklch

Last synced: about 2 months 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 -D uico
```

## CSS (recommended)

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

## JavaScript

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