Skip to content

Instantly share code, notes, and snippets.

Verifying that +timodwhit is my openname (Bitcoin username). https://onename.io/timodwhit
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
hostname -f
Stdout from the command:
Stderr from the command:
@timodwhit
timodwhit / BorderArrowMixin
Created June 30, 2014 16:07
Border Arrow
@mixin border-arrow($side, $height, $color) {
position: relative;
&:before {
content: "";
position: absolute;
display: block;
height: $height;
width: $height;
border-style: solid;
border-color: transparent;
@timodwhit
timodwhit / Select List SCSS
Created April 10, 2014 20:22
Select List
.form-type-select {
float: left;
width: 100%;
clear: both;
position: relative;
@include respond-to('large') {
width: 80%
}
select {
width: 100%;