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

Function resetStyles

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

Source from the content-addressed store, hash-verified

1export function resetStyles(args) {
2 args.object.page.css = '#container { border-color: black; border-width: 1; margin: 5; } #container>Label { border-width: 2; border-color: black; border-radius: 5; }';
3}
4
5export const flexFlow = applyCss();
6

Callers 1

applyStylesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected