Skip to content

Instantly share code, notes, and snippets.

@geckotang
Created August 13, 2014 03:03
Show Gist options
  • Save geckotang/ffed5353bc1ba04c3a49 to your computer and use it in GitHub Desktop.
Save geckotang/ffed5353bc1ba04c3a49 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
body {
z: {
index: 1;
index: 2;
index: 3;
}
border: {
width: 1px;
style: solid;
color: #000;
left: {
width: 1px;
}
}
}
body {
z-index: 1;
z-index: 2;
z-index: 3;
border-width: 1px;
border-style: solid;
border-color: #000;
border-left-width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment