__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 fb5a2bcd_8ed3_9973_b6d8_b4f47715ef8e["__unstable__loadDesignSystem()"] 95cb326e_6b59_0903_0c96_d221fca5c2b1["parseCss()"] fb5a2bcd_8ed3_9973_b6d8_b4f47715ef8e -->|calls| 95cb326e_6b59_0903_0c96_d221fca5c2b1 253418a1_4f08_cf0e_5b8e_c6392b9959eb["parse()"] fb5a2bcd_8ed3_9973_b6d8_b4f47715ef8e -->|calls| 253418a1_4f08_cf0e_5b8e_c6392b9959eb style fb5a2bcd_8ed3_9973_b6d8_b4f47715ef8e 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