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

Upgrade report on propertyOrder error #498

Open
Tiross opened this issue Oct 25, 2018 · 0 comments
Open

Upgrade report on propertyOrder error #498

Tiross opened this issue Oct 25, 2018 · 0 comments

Comments

@Tiross
Copy link
Contributor

Tiross commented Oct 25, 2018

Which version of lesshint are you using?
5.2.1

Example (with alphabetized order)

.foo {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

What did you expect to happen?

Report the left property and indicate that it should be before position.

What's the actual result?

"left" should be before "top"

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

No branches or pull requests

1 participant