()
| 3 | import { __unstable__loadDesignSystem } from class="st">'./index' |
| 4 | |
| 5 | function 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 | |
| 17 | const table = [ |
| 18 | class="cm">// Utilities |
no test coverage detected