Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ applyStyles
Function
applyStyles
apps/ui/src/flexbox/flexbox-css-page.ts:16–20 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
applyStyles(args) {
17
resetStyles(args);
18
// console.log(args.object.tag);
19
args.object.page.addCss(args.object.tag);
20
}
Callers
nothing calls this directly
Calls
2
resetStyles
Function · 0.70
addCss
Method · 0.45
Tested by
no test coverage detected