MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / CSSDeclaration

Interface CSSDeclaration

src/tailwindcss.test.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface CSSDeclaration {
13 name: string;
14 rawValue: string;
15}
16
17interface CSSRule {
18 type: 'rule';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected