Skip to content

Commit 0178ee2

Browse files
authored
Update cache busting comment and color key (#16700)
1 parent 0cdf0b2 commit 0178ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const green = {
160160
};
161161

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

0 commit comments

Comments
 (0)