Skip to content

Instantly share code, notes, and snippets.

View Razenbull's full-sized avatar

Chris Wetz Razenbull

View GitHub Profile
@Razenbull
Razenbull / size-mixin.scss
Last active August 29, 2015 14:15
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}
@Razenbull
Razenbull / ET-button-mixin.scss
Last active August 29, 2015 14:15
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin ET-button() {
button, .button {
@include ET-button-shape(grey, black);
&.blue {