npm.io
3.0.1 • Published 1 month ago

@stisla/css

Licence
MIT
Version
3.0.1
Deps
0
Size
193 kB
Vulns
0
Weekly
0
Stars
3.8K

@stisla/css

Precompiled CSS for Stisla — tokens + components, no utilities. Framework-agnostic; works with any stack.

Install

npm install @stisla/css
import "@stisla/css"; // every component

Or via CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@stisla/css@3/dist/stisla.css" />

This single bundle ships every component. Want only a subset? Compile from source with @stisla/style: pull @stisla/style/theme.css plus the @stisla/style/<name>/<name>.css you need through your own Tailwind build.

Pairs with @stisla/vanilla for interactivity. Docs and source: https://github.com/stisla/stisla