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
- Host: GitHub
- URL: https://github.com/rossrobino/uico
- Owner: rossrobino
- License: mit
- Created: 2023-08-30T18:50:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:06:15.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:22:03.660Z (about 1 year ago)
- Topics: css, oklch, reset
- Language: CSS
- Homepage: https://uico.robino.dev
- Size: 476 KB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)