importRules() — tailwindcss Function Reference
Architecture documentation for the importRules() function in stylesheet.ts from the tailwindcss codebase.
Entity Profile
Relationship Graph
Source Code
packages/@tailwindcss-upgrade/src/stylesheet.ts lines 107–115
get importRules() {
let imports = new Set<postcss.AtRule>()
this.root.walkAtRules('import', (rule) => {
imports.add(rule)
})
return imports
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free