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

text-indent rule only disabled when direction: ltr comes after text-indent #249

Closed
Grepsy opened this issue Mar 9, 2012 · 0 comments · Fixed by #260
Closed

text-indent rule only disabled when direction: ltr comes after text-indent #249

Grepsy opened this issue Mar 9, 2012 · 0 comments · Fixed by #260

Comments

@Grepsy
Copy link

Grepsy commented Mar 9, 2012

This fails:

.test {
  direction: ltr;
  text-indent: -1000px;
}

This is ok:

.test {
  text-indent: -1000px;
  direction: ltr;
}
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

Successfully merging a pull request may close this issue.

2 participants