MCPcopy Create free account
hub / github.com/UI5/webcomponents / getCustomCSS

Function getCustomCSS

packages/base/src/theming/CustomStyle.ts:54–57  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

52};
53
54const getCustomCSS = (tag: string) => {
55 const customCSSFor = getCustomCSSFor();
56 return customCSSFor[tag] ? customCSSFor[tag].join("") : "";
57};
58
59export {
60 addCustomCSS,

Callers 1

getEffectiveStyleFunction · 0.85

Calls 1

getCustomCSSForFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…