MCPcopy
hub / github.com/remix-run/remix / insert

Method insert

packages/ui/src/style/stylesheet.ts:7–7  ·  view source on GitHub ↗
(className: string, rule: string)

Source from the content-addressed store, hash-verified

5
6export interface StyleManager {
7 insert(className: string, rule: string): void
8 remove(className: string): void
9 has(className: string): boolean
10 getGeneration(): number

Callers 11

adapter.test.tsFile · 0.65
database.test.tsFile · 0.65
createMethod · 0.65
addMethod · 0.65
adapter.test.tsFile · 0.65
css-mixin.tsFile · 0.65
stylesheet.test.tsFile · 0.65
adapter.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected