/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/bp-container/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* @group sizeable
------------------------------------ */
@media only screen and (min-width: 961px) {
  .sizeable {
    width: var(--desktop-w);
    height: var(--desktop-h);
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .sizeable {
    width: var(--mobile-w);
    height: var(--mobile-h);
  }
}
/* @end */
.container {
  width: 100%;
}

/*# sourceMappingURL=style-index.css.map*/