remove spot-color, use region-space and gutter

This commit is contained in:
madrilene 2024-07-17 10:32:04 +02:00
parent b8e459720e
commit 943e7c6eea

View file

@ -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}) => {