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

Method getCSS

packages/sheet/src/sheet.ts:411–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 getCSS(): string {
412 this.removeDuplicates();
413 return (
414 this.base.join("") +
415 this.responsive.join("") +
416 this.pseudo.join("") +
417 this.css.join("")
418 );
419 }
420
421 reset() {
422 this.base = [];

Callers 2

compileSyncFunction · 0.45
sheet.test.tsFile · 0.45

Calls 1

removeDuplicatesMethod · 0.95

Tested by

no test coverage detected