config/tokens.cjs in coveragebook_components-0.8.2 vs config/tokens.cjs in coveragebook_components-0.8.3

- old
+ new

@@ -170,9 +170,15 @@ md: "768px", lg: "992px", xl: "1200px", "2xl": "1400px", max: "1800px", + "max-sm": { max: "576px" }, + "max-md": { max: "768px" }, + "max-lg": { max: "992px" }, + "max-xl": { max: "1200px" }, + "max-2xl": { max: "1400px" }, + "max-max": { max: "1800px" }, letterbox: { raw: "(max-height: 760px) and (min-width: 576px)" }, print: { raw: "print" }, // Note: PDFs are rendered at a viewport width of 1280px }; const fontSize = {