config/tailwind.preset.js in coveragebook_components-0.16.0 vs config/tailwind.preset.js in coveragebook_components-0.17.0

- old
+ new

@@ -12,16 +12,10 @@ body: [fontFamily.bodySans, ...defaultTheme.fontFamily.sans], branded: [fontFamily.displaySerif, ...defaultTheme.fontFamily.serif], }, extend: { fontSize, - containers: { - "slide-fluid": "700px", - }, - aspectRatio: { - slide: "16 / 10", - }, animation: { spin: "spin 1.5s linear infinite", "spin-reverse": "spin 1.5s linear infinite reverse", }, spacing: { @@ -31,9 +25,16 @@ 7.5: "1.875rem", 13: "3.25rem", 15: "3.75rem", 17: "4.25rem", 18: "4.5rem", + }, + aspectRatio: { + "4/3": "4 / 3", + "3/2": "3 / 2", + "3/2": "3 / 2", + "2/1": "2 / 1", + a4: "7 / 5", }, customForms: () => ({ DEFAULT: { checkbox: { "&:indeterminate": {