New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@yummacss/canon

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yummacss/canon

Class validator for Yumma CSS

Source
npmnpm
Version
3.29.1
Version published
Maintainers
1
Created
Source

@yummacss/canon

Class validator for Yumma CSS. Reports every class that is not part of the Yumma CSS canon.

Installation

npm install -D @yummacss/canon

Usage

npx @yummacss/canon

Validates 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:

npx @yummacss/canon --allow "docs-container,brand-logo"

API

import { validate } from "@yummacss/canon";

const result = await validate({ allowlist: ["docs-container"] });

Documentation

Learn more at yummacss.com

Keywords

ai

FAQs

Package last updated on 29 Jul 2026

Related posts