Skip to content

Instantly share code, notes, and snippets.

@halfdan
Created March 11, 2014 10:02
Show Gist options
  • Save halfdan/9482759 to your computer and use it in GitHub Desktop.
Save halfdan/9482759 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.3)
// ----
.splitbtn {
display: inline-block;
position: relative;
.options {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
}
}
.splitbutton {
@extend .splitbtn;
.options {
font-weight: 12px;
}
}
.splitbtn, .splitbutton {
display: inline-block;
position: relative;
}
.splitbtn .options, .splitbutton .options {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
}
.splitbutton .options {
font-weight: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment