Skip to content

Instantly share code, notes, and snippets.

@matbrady
Created July 10, 2014 14:52
Show Gist options
  • Save matbrady/b222f73e6f0d19b45288 to your computer and use it in GitHub Desktop.
Save matbrady/b222f73e6f0d19b45288 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// Bourbon (v4.0.2)
// ----
@import "bourbon/bourbon";
.PeopleFeature {
background-image: url(image-path("prototype/bg2.jpg"));
background-position: top center;
background-size: cover;
&-body {
color: #999;
line-height: 2;
text-align: center;
a {
color: orange;
}
}
}
.OtherFeature {
}
.PeopleFeature {
background-image: url(image-path("prototype/bg2.jpg"));
background-position: top center;
background-size: cover;
}
.PeopleFeature-body {
color: #999;
line-height: 2;
text-align: center;
}
.PeopleFeature-body a {
color: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment