From d498392673d59b1b73c4f9266fb8a82a5c9f04d1 Mon Sep 17 00:00:00 2001 From: Cole Peters Date: Wed, 17 Jul 2024 13:49:56 -0500 Subject: [PATCH] Fix missing col --- v7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v7/README.md b/v7/README.md index 0ec6c95..c4ceb0b 100644 --- a/v7/README.md +++ b/v7/README.md @@ -146,7 +146,7 @@ The configuration file must provide an object as its default export (i.e. `expor | `borders` | The parent object for border configurations | object | - | | `borders.radii` | Values to use for border radius properties and classes | array of strings and/or numbers | `[2, 4, 8, 9999]` | | `borders.widths` | Values to use for border width properties and classes | array of strings and/or numbers | `[1, 2, 4]` | -| `breakpoints` | Named breakpoints enumerating min-width viewport media query values; breakpoint scoped classes will be suffixed with the names of the keys of this object at the viewport width specified | - | +| `breakpoints` | Named breakpoints enumerating min-width viewport media query values; breakpoint scoped classes will be suffixed with the names of the keys of this object at the viewport width specified | object | - | | `color` | The parent object for color configurations | object | - | | `color.scales` | Set of named colors with values to use as the median entry for generated color scales; resulting scales will use the key of each entry as their name plus a base 100 suffix from 100 to 900; entries from 400–100 will be progressively lighter; entries from 600–900 will be progressively darker; the -500 entry will duplicate the value provided for each color; colors must be suppled as hexadecimal values | object of string values | `{ gray: '#808080' }` | | `color.spots` | Set of named spot colors to use for color custom properties; colors can be supplied in any standardized format | object of string values | - |