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

Function applyCss

apps/ui/src/flexbox/flexbox-css-page.ts:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export const flexFlow = applyCss();
6
7function applyCss() {
8 return function (args) {
9 let boxCss = ' #container { ' + args.object.tag + ' }';
10 // console.log(boxCss);
11 args.object.page.addCss(boxCss);
12 // console.log(args.object.page.css);
13 };
14}
15
16export function applyStyles(args) {
17 resetStyles(args);

Callers 1

Calls 1

addCssMethod · 0.45

Tested by

no test coverage detected