Closed
Description
Use case
If user want a transform addition to transformGroup
, he needs to list all of the transforms in preset as well.
And if he set both, no warning but just ignoring transformGroup
.
Current
{ transforms: ['attribute/color'], transformGroup: 'css' }
=> ['attribute/color'],
Expect
{ transforms: ['attribute/color'], transformGroup: 'css' }
=> ['attribute/cti',' attribute/color', 'color/css', 'size/rem', 'name/cti/kebab' ],
It took me a while to notice this behavior....
Metadata
Metadata
Assignees
Labels
No labels