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

Function getCssFile

packages/core/ui/styling/style-scope.ts:304–304  ·  view source on GitHub ↗
({ url, source })

Source from the content-addressed store, hash-verified

302 });
303
304 const getCssFile = ({ url, source }) => (source ? CSSSource.fromFileImport(url, source) : CSSSource.fromURI(url));
305
306 const cssFiles = imports
307 .map(toUrlSourcePair)

Callers

nothing calls this directly

Calls 2

fromFileImportMethod · 0.80
fromURIMethod · 0.80

Tested by

no test coverage detected