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

Space around operator issue #425

Closed
DanPurdy opened this issue Nov 20, 2015 · 2 comments
Closed

Space around operator issue #425

DanPurdy opened this issue Nov 20, 2015 · 2 comments
Assignees
Labels

Comments

@DanPurdy
Copy link
Member

@bgriffith another one for you! ;)

Finding even more errors from space around operator, luckily it's not live yet..

You can recreate this issue by running space around operator against the shorthand values test scss file.

this line throws the issue

.value-four-diff-four-negative-mixed {
  margin: -1px 1px -1rem -1rem;
}

screen shot 2015-11-20 at 17 56 26

@DanPurdy
Copy link
Member Author

OK @bgriffith I'm still seeing an issue here. Run it against the typography file in default section of EB and you'll see what I mean..

screen shot 2015-11-22 at 01 16 34

@DanPurdy DanPurdy reopened this Nov 22, 2015
@bgriffith
Copy link
Member

Just for reference it's this line below not the above. Specifically the -14%

$a-font-color-hover: scale-color($a-font-color, $lightness: -14%) !default;

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

No branches or pull requests

2 participants