Skip to content

SCSS at-rules are reodered after declarations #11

@Birdie0

Description

@Birdie0

SCSS @mixin, @include and @function at-rules shouldn't be grouped with other at-rules as some of them are order-dependent (@function/@mixin) and may lead to properties being overwritten (@include), so I suggest putting them between variables and declarations, like it was done in stylelint-config-clean-order for example.

scss.ts seems doesn't affect order of these as at-rules are matched by order/order rather order/properties-order.

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