Function
__unstable__loadDesignSystem
packages/tailwindcss/src/index.ts:858–861
· packages/tailwindcss/src/index.ts::__unstable__loadDesignSystem
(css: string, opts: CompileOptions = {})
Source from the content-addressed store, hash-verified
| 856 | } |
| 857 | |
| 858 | export async function __unstable__loadDesignSystem(css: string, opts: CompileOptions = {}) { |
| 859 | let result = await parseCss(CSS.parse(css, { from: opts.from }), opts) |
| 860 | return result.designSystem |
| 861 | } |
| 862 | |
| 863 | export default function postcssPluginWarning() { |
| 864 | throw new Error( |