$bv-dropdown-text-defined: false !default; @if $bv-dropdown-text-defined == false { // This test will only include these style definitions once $bv-dropdown-text-defined: true; // Custom styles for // Based on class `.dropdown-item` .b-dropdown-text { display: inline-block; padding: $dropdown-item-padding-y $dropdown-item-padding-x; margin-bottom: 0; width: 100%; clear: both; font-weight: $font-weight-lighter; } }