Skip to content

Feature request: transforms = transforms + transformGroups #813

Closed
@funyapu

Description

@funyapu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions