• v0.1.0 df07a8ab55

    3 - Publish the docs site at style.lvl0.xyz
    All checks were successful
    Build and Push Docs Image / build (push) Successful in 2m10s
    Stable

    myrmidex released this 2026-08-23 18:44:18 +02:00 | 1 commits to main since this release

    First release of the shared lvl0 visual style, extracted from three
    divergent copies across incr, buckets, and buckets-budget.

    Package

    • 12 Tailwind 4 @theme tokens. --color-primary (house red) and
      --color-bordeaux (new secondary, for dividers and resting borders),
      plus background, card, muted, destructive, five chart colours, and
      --radius: 0.
    • Six utilities: .glow-red, .glow-red-text, .glow-bordeaux,
      .glow-bordeaux-line, .scrollbar-red, .font-digital.
    • 7-Segment font by Jan Bobrowski, SIL OFL 1.1, bundled with its licence.

    Docs

    Style reference at style.lvl0.xyz — swatches, glow demos, the font, and
    primary-vs-bordeaux guidance. Built from the package it documents, so it
    breaks visibly if the package does.

    Install

      npm i git+ssh://git@forge.lvl0.xyz:2222/lvl0/ui.git#v0.1.0
    
      @import 'tailwindcss';
      @import '@lvl0/ui';
    Downloads