Skip to content

Instantly share code, notes, and snippets.

@nex3
Created June 5, 2015 20:41
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 nex3/8fe83e4c6760d75e3452 to your computer and use it in GitHub Desktop.
Save nex3/8fe83e4c6760d75e3452 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
[type=checkbox] {
@extend %checkbox;
}
%checkbox {
@extend %radio;
a: b;
}
%radio {
c: d;
+ * {
e: f;
&:before,
&:after {
g: h;
}
}
}
[type=radio] {
@extend %radio;
}
[type=checkbox] {
a: b;
}
[type=checkbox], [type=radio] {
c: d;
}
[type=checkbox] + *, [type=radio] + * {
e: f;
}
[type=checkbox] + *:before, [type=radio] + *:before, [type=checkbox] + *:after, [type=radio] + *:after {
g: h;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment