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

Method addCss

packages/core/ui/styling/style-scope.ts:851–853  ·  view source on GitHub ↗
(cssString: string, cssFileName?: string)

Source from the content-addressed store, hash-verified

849 }
850
851 public addCss(cssString: string, cssFileName?: string): void {
852 this.appendCss(cssString, cssFileName);
853 }
854
855 public addCssFile(cssFileName: string): void {
856 this.appendCss(null, cssFileName);

Calls 1

appendCssMethod · 0.95

Tested by

no test coverage detected