Skip to content

Instantly share code, notes, and snippets.

@jeanadev
Created October 17, 2014 19:30
Show Gist options
  • Save jeanadev/2e284021b58845daab79 to your computer and use it in GitHub Desktop.
Save jeanadev/2e284021b58845daab79 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="vh-structure-fields-topics">
<h2>Topics</h2>
<dl>
<dt>Title</dt>
<dd>Teaser</dd>
</dl>
</div>
// ----
// Sass (v3.4.6)
// Compass (v1.0.1)
// Breakpoint (v2.5.0)
// Susy (v2.1.3)
// ----
@import "compass";
@import "breakpoint";
@import "susyone";
.vh-structure-fields-topics {
dt {font-size:1.2rem;}
p {margin-top:0;}
}
.vh-structure-fields-topics dt {
font-size: 1.2rem;
}
.vh-structure-fields-topics p {
margin-top: 0;
}
<div class="vh-structure-fields-topics">
<h2>Topics</h2>
<dl>
<dt>Title</dt>
<dd>Teaser</dd>
</dl>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment