Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
esr360 opened this issue Jun 10, 2017 · 0 comments
Assignees

Comments

@esr360
Copy link
Collaborator

esr360 commented Jun 10, 2017

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

Should produce something like:

[class*="header_wrapper-"][class*="-wide"] {
    content: 'foo';
}
@esr360 esr360 self-assigned this Jun 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant