Skip to content

Is it necessary to use an object for mixins? #2

@katowulf

Description

@katowulf

Hello,

When would I need to use the object from the example?

mixins: {
    1: mixin1,
    2: mixin2
}

Wouldn't an array also guarantee the order of the mixins?

mixins: [ mixin1, mixin2 ]

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions