Overview

Example

Mustache hashtag coloring book twee franzen try-hard retro food truck sustainable butcher. Twee hoodie coloring book, yuccie palo santo kinfolk intelligentsia aesthetic hexagon. Banjo edison bulb church-key tote bag. Enamel pin raw denim tbh chicharrones sriracha activated charcoal neutra mumblecore succulents sartorial ugh hoodie snackwave biodiesel blog. Chillwave scenester lyft, kitsch before they sold out snackwave hoodie asymmetrical sartorial.

Literally raclette readymade locavore, la croix af pickled +1 3 wolf moon deep v keytar tbh. Greenjuiceblogdreamcatcherfannypack,+1coloringbook asymmetrical church-key wolf. Salvia roof party whatever marfa small batch. Thundercats marfa hexagon gochujang fanny pack XOXO.


CSS

::-webkit-scrollbar {
    width: 0;
    height: 10px;
    background-color: #111;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

@media screen and (min-width: $medium) {

        ::-webkit-scrollbar {
            width: 10px;
        }   
}
                    


Reference