/*!
 * Loads bundled Bootstrap 3 inside a CSS Cascade Layer so it never wins the
 * cascade against the active theme's (unlayered) styles.
 * Any unlayered rule beats every rule inside this layer regardless of
 * specificity or source order.
 */
@import url("./bootstrap.min.css") layer(lr-services-bootstrap);
