Skip to content

Instantly share code, notes, and snippets.

@isGabe
Created March 14, 2014 22:58
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 isGabe/9558804 to your computer and use it in GitHub Desktop.
Save isGabe/9558804 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.2)
// Compass (v1.0.0.alpha.18)
// ----
.thing {
border: {
color: #ccc;
width: 1px;
style: solid;
bottom: {
color: #fff;
}
}
}
.thing {
border-color: #ccc;
border-width: 1px;
border-style: solid;
border-bottom-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment