/* Reset
   ========================================================================== */

/**
 * Add the correct display in Edge, IE 11, and Firefox.
 */

details,
main {
    display: block;
}

/**
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/**
 * Add the correct display in IE 11.
 */

canvas {
    display: inline-block;
}

template {
    display: none;
}

/**
 * Remove tap delay in modern browsers.
 */

a,
input,
button {
    touch-action: manipulation;
}


/* Float clearing
   ========================================================================== */

/**
 * Clearfix using the 'A new micro clearfix hack' method.
 *
 * More info: http://nicolasgallagher.com/micro-clearfix-hack/
 */

.clearfix {
    &::after {
        content: "";
        display: table;
        clear: both;
    }
}

/**
 * Basic float clearer.
 */

.clear {
    clear: both;
}
