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

LESS "extend" syntax violates spaceAfterPropertyColon rule #526

Closed
rumbu opened this issue Jun 18, 2019 · 1 comment
Closed

LESS "extend" syntax violates spaceAfterPropertyColon rule #526

rumbu opened this issue Jun 18, 2019 · 1 comment

Comments

@rumbu
Copy link

rumbu commented Jun 18, 2019

When I extend some class using this syntax, lesshint is recognizing it as violation of spaceAfterPropertyColon rule:

    &:extend(.chessboard);

The output is:

spaceAfterPropertyColon: Colon after property name should be followed by one space.

Pointing to after the colon character.

lesshint version - 6.3.6
Running as a gulp task.
I'd prefer not to ignore all the lines containing :extend nor disable spaceAfterPropertyColon rule.

@rumbu
Copy link
Author

rumbu commented Jun 19, 2019

Thank you very much for the fix! ✔️

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