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

Method css

packages/core/ui/styling/style-scope.ts:843–845  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

841 private _cssFiles: string[] = [];
842
843 get css(): string {
844 return this._css;
845 }
846
847 set css(value: string) {
848 this.setCss(value);

Callers

nothing calls this directly

Calls 1

setCssMethod · 0.95

Tested by

no test coverage detected