Files
payload/templates/website/src/cssVariables.js
Paul be8cd7f4d9 feat(templates): website optimisations for image sizes and loading (#9447)
Adds defaultPopulate on pages and posts
Further optimises images and fetching staticParams
2024-11-22 18:21:56 +00:00

13 lines
219 B
JavaScript

// Keep these in sync with the CSS variables in your tailwind configuration
export const cssVariables = {
breakpoints: {
'3xl': 1920,
'2xl': 1536,
xl: 1280,
lg: 1024,
md: 768,
sm: 640,
},
}