//
// Section
//
// <section></section>
//

section {
    box-sizing: border-box;
    @include user-select(none);
}