style guide noodles

This commit is contained in:
2017-08-05 22:44:03 -05:00
committed by Mark Moser
parent 8b0e536819
commit 6f7f5b8836
16 changed files with 386 additions and 128 deletions

View File

@@ -0,0 +1,20 @@
@mixin font-default {
letter-spacing: 0.1em;
font-family: tahoma, sans-serif;
}
@mixin font-roboto {
font-family: 'roboto', tahoma, sans-serif;
}
@mixin font-mono {
font-family: 'inconsolata', 'consolas', monospace;
}
@mixin slim-ul {
margin-right: 0;
margin-left: 0;
padding: 0;
list-style-type: none;
}