🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yummacss/canon

Package Overview
Dependencies
Maintainers
1
Versions
4
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

latest
Source
npmnpm
Version
3.28.3
Version published
Weekly downloads
18
-95.03%
Maintainers
1
Weekly downloads
 
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 21 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts