npm package with styles
Find a file
2026-07-27 08:57:56 +00:00
fonts.css Initial theme package 2026-07-27 08:57:56 +00:00
multiple-choice-app.code-workspace Initial theme package 2026-07-27 08:57:56 +00:00
package.json Initial theme package 2026-07-27 08:57:56 +00:00
README.md Initial theme package 2026-07-27 08:57:56 +00:00
theme.css Initial theme package 2026-07-27 08:57:56 +00:00

@abschluss/theme

Shared CSS theme for abschluss.jetzt frontends. The package exports the abschluss-light and abschluss-dark DaisyUI themes plus the shared font-face definitions.

Installation

Pin the package to a release tag:

npm install --save-dev 'git+https://git.abschluss.jetzt/public/theme-abschluss.git#v1.0.0'

Usage

@import "@abschluss/theme/theme.css";
@import "@abschluss/theme/fonts.css";

fonts.css expects the Inter and JetBrains Mono WOFF2 files to be served by the consumer under /fonts/.