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

Slash hack bug #159

Closed
klimashkin opened this issue Dec 3, 2013 · 2 comments
Closed

Slash hack bug #159

klimashkin opened this issue Dec 3, 2013 · 2 comments

Comments

@klimashkin
Copy link

Some css hacks lead to unexpected results:

For example, such bootstrap class:

// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9; /* IE8-9 */
  line-height: normal;
}

Becomes:

input[type="radio"],input[type="checkbox"]{margin:1px 0 0;line-height:normal}
@rinatio
Copy link

rinatio commented Jul 8, 2015

+1

@lahmatiy
Copy link
Member

lahmatiy commented Oct 7, 2015

Fixed by #166

@lahmatiy lahmatiy closed this as completed Oct 7, 2015
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

3 participants