@yummacss/lint
v4.1.2
Published
Class validator for Yumma CSS
Maintainers
Readme
@yummacss/lint
Class validator for Yumma CSS. Reports every class that is not part of the Yumma CSS canon.
Installation
pnpm add -D @yummacss/lintUsage
pnpm dlx @yummacss/lintValidates against the Yumma CSS generator itself. Variants, opacity, negative values, custom theme colors, prefixes, and safelist entries are all understood.
Skip custom classes with --allow:
pnpm dlx @yummacss/lint --allow "docs-container,brand-logo"API
import { validate } from "@yummacss/lint";
const result = await validate({ allowlist: ["docs-container"] });Documentation
Learn more at yummacss.com
