Skip to content

Instantly share code, notes, and snippets.

View Rehtrew's full-sized avatar
🎯
Focusing

Christian Werther Rehtrew

🎯
Focusing
View GitHub Profile
@Rehtrew
Rehtrew / SassMeister-input.scss
Created May 28, 2014 12:57
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
.foo {
.bar:not(.exception) & {
display : block;
}
}
@Rehtrew
Rehtrew / _app.scss
Created January 8, 2014 11:41
Mixin for inserting list properties at breakpoints in scss.
h1 {
@include breakpoint-property-array($h1--sizes, font-size);
}
h2 {
@include breakpoint-property-array($h2--sizes, font-size);
}