MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / handleCustomCss

Function handleCustomCss

packages/vite/hmr/client/css-handler.ts:70–74  ·  view source on GitHub ↗
(cssText: string)

Source from the content-addressed store, hash-verified

68
69// Handle custom CSS events
70export function handleCustomCss(cssText: string): void {
71 if (typeof cssText === 'string' && cssText.length) {
72 applyCssText(cssText);
73 }
74}

Callers

nothing calls this directly

Calls 1

applyCssTextFunction · 0.85

Tested by

no test coverage detected