@skaile/brand
v0.2.0
Published
Skaile brand: design tokens, CSS custom properties, Tailwind preset, and brand assets
Readme
@skaile/brand
The single source of truth for the Skaile brand: design tokens, CSS custom properties, a Tailwind preset, and brand assets (logo, icon, identity).
Surfaces
@skaile/brand/brand.css— raw CSS custom properties (--color-*), dark, the marketing/website surface (gradient, persona avatars, spacing/shadow scales).@skaile/brand/theme.css— shadcn-semantic CSS variables, light + dark, the app surface (platform, store).@skaile/brand/tailwind-preset— Tailwind preset bound totheme.cssvars.@skaile/brand/tokens— canonicaltokens.json.@skaile/brand/assets/*—skaile-logo.svg,skaile-icon.svg,favicon.svg,identity.md.
Quick start
/* App (platform/store), Tailwind v4 */
@import '@skaile/brand/theme.css';// Marketing (Astro) — plain CSS asset import
import '@skaile/brand/brand.css'