@import "/uikit/<% if (props.noBower) { %>dist/<% } %>css/uikit.almost-flat.css";

img
    max-width: 100%;

a
    transition: all 100ms ease-in-out;

.yeoman-team
    max-width: 90%;
    display:block;
    margin: 20px 0 50px;

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-hiddenVisually
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;

svg.icon
    display: inline-block;
    width: 25px;
    height: 25px;
    fill: currentColor;


