(css: string, opts: CompileOptions = {})
| 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( |