Add the placeholders stylesheet

This commit is contained in:
gregoirenovel 2017-04-04 14:38:50 +02:00
parent 8dcf0af56d
commit 5c1aad2e4f

View file

@ -0,0 +1,14 @@
%horizontal-list {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0px;
}
%horizontal-list-item {
display: inline-block;
&:last-of-type {
margin-right: 0;
}
}