/*
  Vendor layering shim
  - Places Bootstrap into the `legacy` cascade layer so clean `ic` components can override it.
*/

@layer legacy, ic;
@import url("../../lib/bootstrap/css/bootstrap.min.css") layer(legacy);
