Skip to content

Instantly share code, notes, and snippets.

@ianrose
ianrose / .block
Last active March 3, 2018 19:46
CDC Weekly Influenza Activity Estimates Map
license: mit
{{!-- ./layouts/ --}}
---
layout: default.hbs
---
{{#each collection1}}
<h2><a href="{{paths.href}}">{{title}}</a></h2>
{{date}}
{{/each}}
<html>
<head><title>Debug Vertical Alignment Example</title></head>
<body class="va-debug">
<p>I want to debug the baseline of this graf</p>
</body>
</html>
.your-selector {
@include rhythmBorder(3px, 3, $ms-down1);
}
.your-selector {
@include rhythmBorderBottom(3px, 3, $ms-down1);
}
.your-selector {
@include rhythmBorderTop(3px, 3, $ms-down1);
}
.your-selector {
@include setLeading(3, $ms-down1);
}
.your-selector {
@include setType(3, $ms-down1);
}
.your-selector {
font-size: $ms-down1;
line-height: unitlessRhythm(3, $ms-down1);
}
.your-selector {
font-size: $ms-down1;
margin-bottom: emRhythm(3, $ms-down1);
}