Skip to content

Commit

Permalink
clearfix for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Jun 5, 2015
1 parent bf3a944 commit 6e55f6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/stylesheets/themes/v1.scss
@@ -1,6 +1,14 @@
@import "../lib/normalize";
@import "../syntax/tomorrow";

@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}

html {
height: 100%;
}
Expand Down

0 comments on commit 6e55f6c

Please sign in to comment.