pico-ink
v0.2.1
Published
Modern CSS framework fork of PicoCSS with a single bundle
Readme
Pico Ink
A modern CSS framework - a fork of PicoCSS rebuilt with light-dark(), color-mix(), CSS nesting, and cascade layers.
Quick Start
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pico-ink/css/pico.min.css">Bundle
css/pico.css/css/pico.min.css- single bundle
Install with npm
npm install pico-ink<link rel="stylesheet" href="node_modules/pico-ink/css/pico.min.css">Features
- Automatic light/dark mode via
light-dark() - Two-variable theming (
--pico-primary,--pico-secondary) - Single bundle distribution
- 28 utility icons that inherit text color
- No build step required
- ~77kb minified
Development
mise install # Install tools
mise run dev # Start dev server
mise run check # Lint, format, build, parityLicense
MIT
