I hereby claim:
- I am whatishedoing on github.
- I am whatishedoing (https://keybase.io/whatishedoing) on keybase.
- I have a public key ASAii9grZcz_6W5Uz7Hz4tDaubeyIpaARJWICZdbtHbsyQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* | |
* _mixins.scss | |
*/ | |
$font_dir: '../fonts/'; | |
/* _simple-font-url('Chunkfive', 'eot'); */ | |
@function _simple-font-url($name, $extension) | |
{ | |
@return url($font_dir + $name + '-webfont.' + $extension); |
article | |
{ | |
margin-bottom: 1em; | |
padding-bottom: 2em; | |
} | |
article:not(:last-child) | |
{ | |
border-bottom: thin solid #000; | |
} |
article | |
{ | |
margin-bottom: 1em; | |
padding-bottom: 2em; | |
&:not(:last-child) | |
{ | |
border-bottom: thin solid #000; | |
} |