@stisla/css
v3.0.1
Published
Stisla CSS bundle — zero-build distribution (tokens + every component, NO utilities) compiled to a single stisla.css you can <link> with no build step. Want a subset? Compile from source via @stisla/style. NOTE: same published name as the legacy packages/
Downloads
1,001
Readme
@stisla/css
Precompiled CSS for Stisla — tokens + components, no utilities. Framework-agnostic; works with any stack.
Install
npm install @stisla/cssimport "@stisla/css"; // every componentOr 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
