-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I have encountered a discrepancy in the generated CSS between v4.0.14 and v4.0.15 of TailwindCSS. The issue lies in the generated CSS for custom properties (CSS variables). The following sections highlight the differences between the two versions.
CSS Generated in v4.0.14: not the complete file.
Tailwindcss Package.json in node_module
CSS Generated in v4.0.15: not the complete file.
tailwindcss Package json
Comparison Screenshots: On the left side is v4.0.14, and on the right side is v4.0.15.
Key Differences:
- Missing Custom Properties (CSS Variables) in v4.0.15:
- The following variables are missing in v4.0.15:
--default-font-family--default-font-feature-settings--default-font-variation-settings--default-mono-font-family--default-mono-font-feature-settings--default-mono-font-variation-settings
- These variables were present in v4.0.14 but are not being generated in v4.0.15.
- The following variables are missing in v4.0.15:
- Potential Impact:
- The missing variables may cause issues with font settings, particularly if they are being used for consistent typography throughout the application.
- This could lead to rendering inconsistencies and make it difficult to maintain the project across different environments.
yulafezmesi
Metadata
Metadata
Assignees
Labels
No labels




