MCPcopy
hub / github.com/kuma-ui/kuma-ui / _processCSS

Method _processCSS

packages/sheet/src/sheet.ts:225–229  ·  view source on GitHub ↗
(css: string)

Source from the content-addressed store, hash-verified

223 }
224
225 _processCSS(css: string): string {
226 const placeholders = theme.getPlaceholders();
227
228 return applyT(css, placeholders);
229 }
230
231 /**
232 * parseCSS takes in raw CSS and parses it to valid CSS using Stylis.

Callers 3

addRuleMethod · 0.95
_addPseudoRuleMethod · 0.95
parseCSSMethod · 0.95

Calls 2

applyTFunction · 0.90
getPlaceholdersMethod · 0.80

Tested by

no test coverage detected