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

Function insertSystemCSSVars

packages/base/src/SystemCSSVars.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import systemCSSVars from "./generated/css/SystemCSSVars.css.js";
3
4const insertSystemCSSVars = () => {
5 createOrUpdateStyle(systemCSSVars, "data-ui5-system-css-vars");
6};
7
8export default insertSystemCSSVars;

Callers 1

bootExecutorFunction · 0.85

Calls 1

createOrUpdateStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…