@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