MCPcopy
hub / github.com/typestyle/typestyle / NestedCSSProperties

Interface NestedCSSProperties

src/types.ts:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27export type CSSClassNames<K extends string> = Record<K, string>;
28
29export interface NestedCSSProperties extends CSSProperties {
30 $nest?: NestedCSSSelectors;
31
32 /**
33 * A debug only (stripped in process.env.NODE_ENV !== 'production') name
34 * Helps you figure out where the class is coming from if you care
35 **/
36 $debugName?: string;
37}
38
39export type MediaQuery = {
40 type?: 'screen' | 'print' | 'all';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…