MCPcopy
hub / github.com/tailwindlabs/tailwindcss / loadDesign

Function loadDesign

packages/tailwindcss/src/sort.test.ts:5–15  ·  packages/tailwindcss/src/sort.test.ts::loadDesign
()

Source from the content-addressed store, hash-verified

3import { __unstable__loadDesignSystem } from class="st">'./index'
4
5function loadDesign() {
6 return __unstable__loadDesignSystem(`
7 @theme {
8 --spacing-1: 0.25rem;
9 --spacing-3: 0.75rem;
10 --spacing-4: 1rem;
11 --color-red-500: red;
12 --color-blue-500: blue;
13 }
14 `)
15}
16
17const table = [
18 class="cm">// Utilities

Callers 1

sort.test.tsFile · 0.85

Calls 1

Tested by

no test coverage detected