We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One of my SCSS partials uses the outer-container mixin as follows: @include outer-container(70%);
This is valid for neat, at least in Neat 1.7.0 but node-neat errors "error: mixin outer-container only takes 0 arguments; given 1"
I assume this is because node-neat is v1.30
The text was updated successfully, but these errors were encountered:
Same here. I reported #8 since it's more of a general issue.
Sorry, something went wrong.
Also see this: thoughtbot/neat#245 - It would be great to see this updated in the NPM
d253e98
No branches or pull requests
One of my SCSS partials uses the outer-container mixin as follows:
@include outer-container(70%);
This is valid for neat, at least in Neat 1.7.0 but node-neat errors
"error: mixin outer-container only takes 0 arguments; given 1"
I assume this is because node-neat is v1.30
The text was updated successfully, but these errors were encountered: