Skip to content

Instantly share code, notes, and snippets.

@jleiva
Created September 23, 2014 17:04
Show Gist options
  • Save jleiva/453f2a5b4075124e22f8 to your computer and use it in GitHub Desktop.
Save jleiva/453f2a5b4075124e22f8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
.profile-image {
float: left;
+ .menu-display-name {
margin-left: 0;
+ .my-profile-link {
margin-left: 0;
}
}
}
.profile-image {
float: left;
}
.profile-image + .menu-display-name {
margin-left: 0;
}
.profile-image + .menu-display-name + .my-profile-link {
margin-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment