|
48 | 48 | <title>CSS Ref</title> |
49 | 49 |
|
50 | 50 | <!-- Preload Critical Assets --> |
51 | | - <link rel="preload" id="preload-css" href="dist/bundle.e3fffefb.css" as="style" crossorigin /> |
| 51 | + <link rel="preload" id="preload-css" href="dist/bundle.76196769.css" as="style" crossorigin /> |
52 | 52 | <link rel="preload" id="preload-js" href="dist/bundle.40ef2de0.js" as="script" crossorigin /> |
53 | 53 |
|
54 | 54 | <!-- Critical CSS (inlined for faster FCP/LCP) --> |
|
65 | 65 | <noscript> |
66 | 66 | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789%20.,!?;:'"()-_@#$%&*+=<>[]{}|\/^~`" /> |
67 | 67 | </noscript> |
68 | | - <!-- Open Props is bundled in dist/bundle.e3fffefb.css --> |
69 | | - <link rel="stylesheet" id="bundle-css" href="dist/bundle.e3fffefb.css" media="print" onload="this.media='all'" /> |
70 | | - <noscript><link rel="stylesheet" href="dist/bundle.e3fffefb.css" /></noscript> |
| 68 | + <!-- Open Props is bundled in dist/bundle.76196769.css --> |
| 69 | + <link rel="stylesheet" id="bundle-css" href="dist/bundle.76196769.css" media="print" onload="this.media='all'" /> |
| 70 | + <noscript><link rel="stylesheet" href="dist/bundle.76196769.css" /></noscript> |
71 | 71 | </head> |
72 | 72 | <body |
73 | 73 | data-signals="{ |
@@ -1134,16 +1134,12 @@ <h1 class="visually-hidden">CSS Ref - CSS Properties Reference</h1> |
1134 | 1134 | class="is-grid" |
1135 | 1135 | data-effect="$viewMode; $selectedProp; $activeCollection; renderGrid(filtered($query, $activeCats, $activeInterops, $activeBrowsers), $selectedProp)" |
1136 | 1136 | > |
1137 | | - <!-- Skeleton placeholder for FCP --> |
1138 | | - <div class="grid-skeleton" aria-label="Loading properties..."> |
1139 | | - <div class="skeleton-card"></div> |
1140 | | - <div class="skeleton-card"></div> |
1141 | | - <div class="skeleton-card"></div> |
1142 | | - <div class="skeleton-card"></div> |
1143 | | - <div class="skeleton-card"></div> |
1144 | | - <div class="skeleton-card"></div> |
1145 | | - <div class="skeleton-card"></div> |
1146 | | - <div class="skeleton-card"></div> |
| 1137 | + <!-- Simple spinner for FCP --> |
| 1138 | + <div class="grid-spinner"> |
| 1139 | + <svg class="spinner-icon" viewBox="0 0 24 24"> |
| 1140 | + <circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="3" fill="none" stroke-dasharray="60" stroke-dashoffset="20" /> |
| 1141 | + </svg> |
| 1142 | + <span>Loading...</span> |
1147 | 1143 | </div> |
1148 | 1144 | </div> |
1149 | 1145 | </main> |
|
0 commit comments