Skip to content

[Editor] Blockless mixins eat into blockful mixins #386

@netux

Description

@netux

I'm bad with descriptions so here is an example:

Steps to reproduce

@mixin myMixin(myVar) {
Mixin.myVar;
@contents;
}

@include myMixin(blockless);

@include myMixin(blockful) {blockful mixin content;}

renders

blockless;
blockful mixin content;

Expected behaviour

blockless;

blockful;
blockful mixin content;

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