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

Method addCssFile

packages/core/ui/styling/style-scope.ts:855–857  ·  view source on GitHub ↗
(cssFileName: string)

Source from the content-addressed store, hash-verified

853 }
854
855 public addCssFile(cssFileName: string): void {
856 this.appendCss(null, cssFileName);
857 }
858
859 public changeCssFile(cssFileName: string): void {
860 if (!cssFileName) {

Calls 1

appendCssMethod · 0.95

Tested by

no test coverage detected