Skip to content

pantoken / formats/stylus/src / stylus

Змінна: stylus

const stylus: string

Експериментальний

Готовий набір змінних Stylus rebrand.

Приклад

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

writeFileSync("tokens.styl", stylus);