__unstable__loadDesignSystem() — tailwindcss Function Reference
Architecture documentation for the __unstable__loadDesignSystem() function in index.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 70b71984_f090_260f_6475_e3bfd4e6108f["__unstable__loadDesignSystem()"] 26086ff1_0d4f_fdb2_3fc4_d0c999f90a8c["parseCss()"] 70b71984_f090_260f_6475_e3bfd4e6108f -->|calls| 26086ff1_0d4f_fdb2_3fc4_d0c999f90a8c 257c4715_dc91_0c7f_fce8_433a757d9ce6["parse()"] 70b71984_f090_260f_6475_e3bfd4e6108f -->|calls| 257c4715_dc91_0c7f_fce8_433a757d9ce6 style 70b71984_f090_260f_6475_e3bfd4e6108f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/tailwindcss/src/index.ts lines 857–860
export async function __unstable__loadDesignSystem(css: string, opts: CompileOptions = {}) {
let result = await parseCss(CSS.parse(css, { from: opts.from }), opts)
return result.designSystem
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does __unstable__loadDesignSystem() do?
__unstable__loadDesignSystem() is a function in the tailwindcss codebase.
What does __unstable__loadDesignSystem() call?
__unstable__loadDesignSystem() calls 2 function(s): parse, parseCss.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free