Skip to content

pantoken / formats/stylus/src / stylus

Variable: stylus

const stylus: string

Experimental

The ready-made rebrand Stylus variable set.

Example

ts
import { stylus } from "@pantoken/stylus";
import { writeFileSync } from "node:fs";

writeFileSync("tokens.styl", stylus);