Cleanup SCSS

This commit is contained in:
Michael Rose
2016-03-10 11:13:54 -05:00
parent dd6d29ba76
commit caefcce729
21 changed files with 1114 additions and 1385 deletions

View File

@ -5,12 +5,12 @@
div.highlighter-rouge {
margin-bottom: 1em;
padding: 1em;
border: 1px solid #ddd;
border: 1px solid $border-color;
border-radius: $border-radius;
.highlight {
margin: 0;
font-family: $monospace;
@include font-rem(12);
font-size: 12px;
line-height: 1.5;
}
}