Skip to content

Instantly share code, notes, and snippets.

@jfridye
Created May 20, 2015 15:04
Show Gist options
  • Save jfridye/ce82de6c55e41a819d87 to your computer and use it in GitHub Desktop.
Save jfridye/ce82de6c55e41a819d87 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
p.alert-info These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.
p.alert-warn These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.
p.alert-success These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.
p.alert-error These leaderboards are a preview of our courses feature.
b Points are not final and are subject to change before our official launch.
// ----
// libsass (v3.2.4)
// ----
.button {
color: red;
}
.one header .button {
@extend .button;
}
.two section > header {
a.button {
margin-top: -45px;
}
}
.button, .one header .button {
color: red;
}
.two section > header a.button, .two .one section > header a.button {
margin-top: -45px;
}
<p class="alert-info"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p>
<p class="alert-warn"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p>
<p class="alert-success"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p>
<p class="alert-error">These leaderboards are a preview of our courses feature. <b>Points are not final and are subject to change before our official launch.</b></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment