Ecosyste.ms: Awesome
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
Last synced: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T20:35:04.000Z (3 months ago)
- Last Synced: 2024-10-25T10:46:20.258Z (about 2 months ago)
- Topics: css, oklch
- Language: CSS
- Homepage: https://uico.robino.dev
- Size: 457 KB
- Stars: 21
- 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 -D uico
```## CSS (recommended)
```css
@import "uico"; /* works with most bundlers */
@import "node_modules/uico/style.css"; /* alternatively */
```## JavaScript
```js
import "uico/style.css";
```