Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 365 Bytes

Comprehensive Styling with Modern CSS

Base styles and color palettes for any web project.

Read the docs

Install

npm i -D uico

CSS (recommended)

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

JavaScript

import "uico/style.css";