CompileAstFlags Type — tailwindcss Architecture
Architecture documentation for the CompileAstFlags type/interface in design-system.ts from the tailwindcss codebase.
Entity Profile
Source Code
packages/tailwindcss/src/design-system.ts lines 30–33
export const enum CompileAstFlags {
None = 0,
RespectImportant = 1 << 0,
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free