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

shorthand-values ignores computed values #748

Closed
sndrs opened this issue Jun 22, 2016 · 0 comments · Fixed by #751
Closed

shorthand-values ignores computed values #748

sndrs opened this issue Jun 22, 2016 · 0 comments · Fixed by #751
Labels

Comments

@sndrs
Copy link

sndrs commented Jun 22, 2016

What version of Sass Lint are you using?
1.8.0

Please include any relevant parts of your configuration

shorthand-values: 1

What did you do? Please include the actual source code causing the issue.

padding: 0 ($gs-gutter / 2) 0 ($gs-gutter / 4);

What did you expect to happen?
pass

What actually happened? Please include any error messages given to you by Sass Lint.

Warning - Property padding should be written more concisely as 0 instead of 0 0 (shorthand-values)

If you're using a IDE plugin have you tried the CLI too?
this is from the CLI (grunt-sass-lint 0.1.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants