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

Interface CSSRule

src/tailwindcss.test.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface CSSRule {
18 type: 'rule';
19 selectors: Array<string>;
20 declarations: Array<CSSDeclaration>;
21}
22
23interface CSSMedia {
24 type: 'media';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected