Npm ยท npm

klyft-theme-source

Klyft theme source package with SCSS, JS, and raw assets for derived themes.

Install

Install-Kommandos

npm install klyft-theme-source@0.7.2
pnpm add klyft-theme-source@0.7.2
yarn add klyft-theme-source@0.7.2

README

Vorschau

Klyft Theme Source Package

This package contains the Klyft source tree for derivative themes and advanced theme automation:

  • scss/
  • js/
  • assets/

packages/theme remains the source of truth in this repository. The contents of this package are synchronized from that package during the build workflow.

Bootstrap compatibility rules live in scss/10-bootstrap; structural Klyft rules require the documented .k-* component hooks. Semantic color families are generated by scss/00-settings/_semantic-colors.scss so solid and RGB representations remain aligned across modes and palettes.

scss/20-components/_frame-map.scss is the internal shared Sass renderer for Panel, Modal, Nav, and Card frame maps. It emits no unbound CSS. Raw adaptive corner/edge maps for Sci-Fi and Fantasy live below assets/skins; corners keep fixed geometry and only edge assets use preserveAspectRatio="none".