Skip to content

Allowing passing of component and modifier parameters with new module instance #16

@esr360

Description

@esr360
@include module('header', $component: 'wrapper', $modifier: 'wide') {
    content: 'foo';
}

Should produce something like:

[class*="header_wrapper-"][class*="-wide"] {
    content: 'foo';
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions