Skip to content

Instantly share code, notes, and snippets.

@kaishin
Created November 10, 2014 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaishin/3d19fa3b672bbf423e63 to your computer and use it in GitHub Desktop.
Save kaishin/3d19fa3b672bbf423e63 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// Bourbon (v4.0.2)
// Neat (v1.6.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
body {
line-height: 1;
}
div {
@include hide-text();
@include size(2em);
background: tomato;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
line-height: 1;
}
div {
overflow: hidden;
height: 2em;
width: 2em;
background: tomato;
}
div:before {
content: "";
display: block;
width: 0;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment