CompatLayer
Browse all 164 subdomain entities categorized under CompatLayer in the tailwindcss Architecture Docs architecture documentation.
apply-compat-hooks.ts — tailwindcss Source File
Architecture documentation for apply-compat-hooks.ts, a typescript file in the tailwindcss codebase. 33 imports, 1 dependents.
apply-config-to-theme.ts — tailwindcss Source File
Architecture documentation for apply-config-to-theme.ts, a typescript file in the tailwindcss codebase. 4 imports, 7 dependents.
apply-keyframes-to-theme.ts — tailwindcss Source File
Architecture documentation for apply-keyframes-to-theme.ts, a typescript file in the tailwindcss codebase. 6 imports, 3 dependents.
create-compat-config.ts — tailwindcss Source File
Architecture documentation for create-compat-config.ts, a typescript file in the tailwindcss codebase. 3 imports, 1 dependents.
deep-merge.ts — tailwindcss Source File
Architecture documentation for deep-merge.ts, a typescript file in the tailwindcss codebase. 0 imports, 2 dependents.
resolve-config.ts — tailwindcss Source File
Architecture documentation for resolve-config.ts, a typescript file in the tailwindcss codebase. 10 imports, 9 dependents.
types.ts — tailwindcss Source File
Architecture documentation for types.ts, a typescript file in the tailwindcss codebase. 2 imports, 17 dependents.
container.ts — tailwindcss Source File
Architecture documentation for container.ts, a typescript file in the tailwindcss codebase. 8 imports, 2 dependents.
dark-mode.ts — tailwindcss Source File
Architecture documentation for dark-mode.ts, a typescript file in the tailwindcss codebase. 2 imports, 2 dependents.
default-theme.ts — tailwindcss Source File
Architecture documentation for default-theme.ts, a typescript file in the tailwindcss codebase. 7 imports, 2 dependents.
flatten-color-palette.ts — tailwindcss Source File
Architecture documentation for flatten-color-palette.ts, a typescript file in the tailwindcss codebase. 2 imports, 2 dependents.
legacy-utilities.ts — tailwindcss Source File
Architecture documentation for legacy-utilities.ts, a typescript file in the tailwindcss codebase. 8 imports, 1 dependents.
plugin-api.ts — tailwindcss Source File
Architecture documentation for plugin-api.ts, a typescript file in the tailwindcss codebase. 36 imports, 30 dependents.
plugin-functions.ts — tailwindcss Source File
Architecture documentation for plugin-functions.ts, a typescript file in the tailwindcss codebase. 16 imports, 2 dependents.
screens-config.ts — tailwindcss Source File
Architecture documentation for screens-config.ts, a typescript file in the tailwindcss codebase. 4 imports, 2 dependents.
theme-variants.ts — tailwindcss Source File
Architecture documentation for theme-variants.ts, a typescript file in the tailwindcss codebase. 2 imports, 1 dependents.
source-map.test.ts — tailwindcss Source File
Architecture documentation for source-map.test.ts, a typescript file in the tailwindcss codebase. 13 imports, 0 dependents.
translation-map.test.ts — tailwindcss Source File
Architecture documentation for translation-map.test.ts, a typescript file in the tailwindcss codebase. 7 imports, 0 dependents.
decode-arbitrary-value.ts — tailwindcss Source File
Architecture documentation for decode-arbitrary-value.ts, a typescript file in the tailwindcss codebase. 3 imports, 3 dependents.
dimensions.ts — tailwindcss Source File
Architecture documentation for dimensions.ts, a typescript file in the tailwindcss codebase. 2 imports, 2 dependents.
infer-data-type.ts — tailwindcss Source File
Architecture documentation for infer-data-type.ts, a typescript file in the tailwindcss codebase. 6 imports, 10 dependents.
math-operators.ts — tailwindcss Source File
Architecture documentation for math-operators.ts, a typescript file in the tailwindcss codebase. 0 imports, 2 dependents.
replace-shadow-colors.ts — tailwindcss Source File
Architecture documentation for replace-shadow-colors.ts, a typescript file in the tailwindcss codebase. 2 imports, 2 dependents.
topological-sort.ts — tailwindcss Source File
Architecture documentation for topological-sort.ts, a typescript file in the tailwindcss codebase. 0 imports, 1 dependents.
variants.ts — tailwindcss Source File
Architecture documentation for variants.ts, a typescript file in the tailwindcss codebase. 24 imports, 6 dependents.
walk.ts — tailwindcss Source File
Architecture documentation for walk.ts, a typescript file in the tailwindcss codebase. 0 imports, 27 dependents.
applyCompatibilityHooks() — tailwindcss Function Reference
Architecture documentation for the applyCompatibilityHooks() function in apply-compat-hooks.ts from the tailwindcss codebase.
upgradeToFullPluginSupport() — tailwindcss Function Reference
Architecture documentation for the upgradeToFullPluginSupport() function in apply-compat-hooks.ts from the tailwindcss codebase.
applyConfigToTheme() — tailwindcss Function Reference
Architecture documentation for the applyConfigToTheme() function in apply-config-to-theme.ts from the tailwindcss codebase.
isValidThemePrimitive() — tailwindcss Function Reference
Architecture documentation for the isValidThemePrimitive() function in apply-config-to-theme.ts from the tailwindcss codebase.
isValidThemeTuple() — tailwindcss Function Reference
Architecture documentation for the isValidThemeTuple() function in apply-config-to-theme.ts from the tailwindcss codebase.
keyPathToCssProperty() — tailwindcss Function Reference
Architecture documentation for the keyPathToCssProperty() function in apply-config-to-theme.ts from the tailwindcss codebase.
resolveThemeValue() — tailwindcss Function Reference
Architecture documentation for the resolveThemeValue() function in apply-config-to-theme.ts from the tailwindcss codebase.
themeableValues() — tailwindcss Function Reference
Architecture documentation for the themeableValues() function in apply-config-to-theme.ts from the tailwindcss codebase.
walk() — tailwindcss Function Reference
Architecture documentation for the walk() function in apply-config-to-theme.ts from the tailwindcss codebase.
applyKeyframesToTheme() — tailwindcss Function Reference
Architecture documentation for the applyKeyframesToTheme() function in apply-keyframes-to-theme.ts from the tailwindcss codebase.
keyframesToRules() — tailwindcss Function Reference
Architecture documentation for the keyframesToRules() function in apply-keyframes-to-theme.ts from the tailwindcss codebase.
expandSequence() — tailwindcss Function Reference
Architecture documentation for the expandSequence() function in brace-expansion.ts from the tailwindcss codebase.
buildCustomContainerUtilityRules() — tailwindcss Function Reference
Architecture documentation for the buildCustomContainerUtilityRules() function in container.ts from the tailwindcss codebase.
registerContainerCompat() — tailwindcss Function Reference
Architecture documentation for the registerContainerCompat() function in container.ts from the tailwindcss codebase.
createCompatConfig() — tailwindcss Function Reference
Architecture documentation for the createCompatConfig() function in create-compat-config.ts from the tailwindcss codebase.
darkModePlugin() — tailwindcss Function Reference
Architecture documentation for the darkModePlugin() function in dark-mode.ts from the tailwindcss codebase.
decodeArbitraryValue() — tailwindcss Function Reference
Architecture documentation for the decodeArbitraryValue() function in decode-arbitrary-value.ts from the tailwindcss codebase.
never() — tailwindcss Function Reference
Architecture documentation for the never() function in decode-arbitrary-value.ts from the tailwindcss codebase.
deepMerge() — tailwindcss Function Reference
Architecture documentation for the deepMerge() function in deep-merge.ts from the tailwindcss codebase.
isPlainObject() — tailwindcss Function Reference
Architecture documentation for the isPlainObject() function in deep-merge.ts from the tailwindcss codebase.
bareAspectRatio() — tailwindcss Function Reference
Architecture documentation for the bareAspectRatio() function in default-theme.ts from the tailwindcss codebase.
bareDegrees() — tailwindcss Function Reference
Architecture documentation for the bareDegrees() function in default-theme.ts from the tailwindcss codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free