@stisla/style
v3.0.1
Published
Stisla framework-agnostic style layer — the Tailwind @theme foundation (theme.css) + pure-JS composer + per-component configs + compiled component CSS. Zero framework deps.
Readme
@stisla/style
The framework-agnostic style layer for Stisla: the Tailwind @theme foundation (theme.css), the per-component BEM CSS source, and a pure-JS class composer. @stisla/css is built from this, and the framework wrappers (@stisla/react, …) consume the composer.
Install
npm install @stisla/styleimport { composer, button } from "@stisla/style";
import "@stisla/style/theme.css"; // the @theme foundation — compile with Tailwind v4Docs and source: https://github.com/stisla/stisla
