/** * This introduces the "extra small" breakpoint from Bootstrap 5, but we * will have to call it "extra extra small" for BS3. */ @screen-xs: 576px; @screen-xs-min: @screen-xs; @screen-xxs-max: (@screen-xs - 0.02px);