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

SCSS mixin call with '!important' param error #457

Closed
habovh opened this issue Mar 31, 2016 · 1 comment
Closed

SCSS mixin call with '!important' param error #457

habovh opened this issue Mar 31, 2016 · 1 comment

Comments

@habovh
Copy link

habovh commented Mar 31, 2016

CSSComb fails to comb a fail is the .scss file contains a mixin that uses the CSS !important keyword as a parameter.

See CSSComb error output:

/Users/Jordan/.nvm/versions/node/v4.2.1/bin/csscomb /Users/Jordan/myCoolApp/styles/_components.modal.scss
stack: /Users/Jordan/myCoolApp/styles/_components.modal.scss
Please check the validity of the block starting from line #61

59 |      border: none !important;
61*|     @include border-radius(0 !important);
62 |     @include media(large) {
63 |         height: 90% !important;

Gonzales PE version: 3.0.0-28
Syntax: scss
CSScomb Core version: 3.0.0-3.1

Process finished with exit code 1

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32449419-scss-mixin-call-with-important-param-error?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github).
@jdalton
Copy link
Contributor

jdalton commented May 6, 2019

This is fixed in the latest csscomb release 🙌

@jdalton jdalton closed this as completed May 6, 2019
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

2 participants