Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jul 17, 2024
1 parent 6930855 commit b3f2979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Customization of Enhance Styles is managed via a configuration file; see [Instal

The configuration file must provide an object as its default export (i.e. `export default { /*…*/ }`. The properties of this configuration object are documented below.

| Property | Description | Type |
|-|-|-|
| Property | Description | Type | Default |
|-|-|-|-|
| `classes` | Enable to include single purpose classes in Enhance Styles’ output; disable to only emit custom properties | boolean | `true` |
| `reset` | Enable to include a CSS reset with Enhance Styles’ output; disable to exclude it | boolean | `true` |
| `borders` | The parent object for border configurations | object | - |
Expand Down

0 comments on commit b3f2979

Please sign in to comment.