Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created April 2, 2014 20:43
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 evantravers/9942737 to your computer and use it in GitHub Desktop.
Save evantravers/9942737 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
div {
width: 200px;
height: 200px;
margin: 20px;
padding: 20px;
border: 1px solid black;
background: red;
}
div:hover {
box-sizing: border-box;
}
div {
width: 200px;
height: 200px;
margin: 20px;
padding: 20px;
border: 1px solid black;
background: red; }
div:hover {
box-sizing: border-box; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment