Skip to content

Commit

Permalink
remove spot-color, use region-space and gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
madrilene committed Jul 17, 2024
1 parent b8e4597 commit 943e7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ export default {
const currentConfig = config();
const customUtilities = [
{key: 'spacing', prefix: 'flow-space', property: '--flow-space'},
{key: 'colors', prefix: 'spot-color', property: '--spot-color'}
{key: 'spacing', prefix: 'region-space', property: '--region-space'},
{key: 'spacing', prefix: 'gutter', property: '--gutter'}
];

customUtilities.forEach(({key, prefix, property}) => {
Expand Down

0 comments on commit 943e7c6

Please sign in to comment.