MCPcopy Create free account
hub / github.com/Lobos/react-ui / createStyle

Function createStyle

src/utils/grids.js:85–90  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

83}
84
85function createStyle(text) {
86 let style = document.createElement('style');
87 style.type = 'text/css';
88 style.innerHTML = text
89 document.head.appendChild(style);
90}
91
92(function () {
93 let text = [];

Callers 3

generateGridFunction · 0.85
generateOffsetFunction · 0.85
grids.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…