MCPcopy Index your code
hub / github.com/jesec/flood / css

Function css

client/src/javascript/styled-system/css/css.mjs:42–42  ·  view source on GitHub ↗
(...styles)

Source from the content-addressed store, hash-verified

40
41const cssFn = createCss(context)
42export const css = (...styles) => cssFn(mergeCss(...styles))
43css.raw = (...styles) => mergeCss(...styles)
44
45export const { mergeCss, assignCss } = createMergeCss(context)

Callers 15

AppWrapper.tsxFile · 0.90
ModalTabsFunction · 0.90
TorrentPeersFunction · 0.90
AddTorrentsByURLFunction · 0.90
DiskUsage.tsxFile · 0.90
ExpandoFunction · 0.90
SidebarFilter.tsxFile · 0.90
SidebarFilterFunction · 0.90
Tooltip.tsxFile · 0.90
ToggleListFunction · 0.90
PriorityMeterFunction · 0.90
SortableListFunction · 0.90

Calls 1

mergeCssFunction · 0.85

Tested by

no test coverage detected