Skip to content

flux-md v0.12.0

Choose a tag to compare

@siinghd siinghd released this 30 May 21:32
8b029a8

Optional default theme.

import "flux-md/styles.css";

Good-looking output out of the box — including the built-in syntax highlighter's colors (without any CSS, highlight() rendered uncolored). Scoped to .flux-md, driven by --flux-* CSS variables (re-theme by overriding a few), light by default with automatic dark via prefers-color-scheme (force with class="flux-md flux-dark" / flux-light). Opt-in and zero-runtime — the rendered HTML is unchanged; skip the import to bring your own CSS.

Full notes: packages/flux-md/CHANGELOG.md