remove spot-color, use region-space and gutter
This commit is contained in:
parent
b8e459720e
commit
943e7c6eea
1 changed files with 2 additions and 1 deletions
|
|
@ -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}) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue