Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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) {
Callers
5
setScopeProperty
Function · 0.80
createViewFromEntry
Method · 0.80
loadCustomComponent
Function · 0.80
index.ts
File · 0.80
testLocalTextAlignmentFromCssWhenAddingCssFileAllSelectorsAreApplied
Method · 0.80
Calls
1
appendCss
Method · 0.95
Tested by
no test coverage detected