Skip to content

pantoken-root / formats/css/src / schemesCss

Function: schemesCss() ​

schemesCss(): string

Beta

The light and dark scheme pins, as a standalone sheet. Theme-independent — the scheme only decides which branch of light-dark() wins, which the browser does for us.

Returns ​

string

Example ​

ts
import { schemesCss } from "@pantoken/css";

schemesCss();