Migrating scss to Hugo pipes

This commit is contained in:
Joey Defourneaux 2018-10-09 23:52:08 -05:00
parent afc0e0f45b
commit ce4dba3341
40 changed files with 18 additions and 840 deletions

View file

@ -0,0 +1,27 @@
// for the list of posts
.section__title {
font-size: $section__title-font-size;
}
.post-list__item {
margin-bottom: 3em;
}
.item__title--big {
display: block;
font-size: $item__title-big-font-size;
line-height: 1.25;
}
.item__title--small {
font-size: 1rem;
}
.item__date {
color: $item__date-color;
display: block;
font-size: $item__date-font-size;
margin-bottom: .2rem;
margin-top: .2rem;
}