Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions theme/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const green = {
};

module.exports = {
// ⚠️ CACHE BUST: October 2025 - Force new CSS fingerprint to invalidate CloudFront cache
// ⚠️ CACHE BUST: October/December 2025 - Force new CSS fingerprint to invalidate CloudFront cache
// This is a temporary fix for the reinvent page missing CSS classes.
// See GitHub issue #16274 for long-term architectural fix.
// TODO: Remove this unused color after proper fingerprinting is implemented.
Expand All @@ -177,7 +177,7 @@ module.exports = {
},
// Unused color added solely to bust CloudFront CSS cache - See #16274
colors: {
'cache-bust-2025-10': '#000001',
'cache-bust-2025-12': '#000001',
},
},
rgbColors: {
Expand Down
Loading