Skip to content

Instantly share code, notes, and snippets.

@vmihailenco
Created May 31, 2012 11:57
Show Gist options
  • Save vmihailenco/2842941 to your computer and use it in GitHub Desktop.
Save vmihailenco/2842941 to your computer and use it in GitHub Desktop.
.formRow {
.crearfix();
}
is compiled to:
.formRow {
*zoom: 1;
}
.formRow:before,
.formRow:after {
display: table;
content: "";
}
.formRow:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment