- Fix SASS import from node_modules.
- Set
bootstrap-sass-modules
as a dependency.
- The library can be used with SASS modules.
- Some internal SCSS files have been renamed with
bcq-
prefix.
- Use
bootstrap-sass-modules
instead of bootstrap
.
- Add custom breakpoints for container queries:
$container-queries-breakpoints: (
sm: 30em,
md: 48em,
lg: 62em,
xl: 75em,
xxl: 90em,
) !default;
- Add buttons to change the size of the container in the demo page.
- Add classes for margin and padding.
- Change the CSS for
.bcq
to be minimal.
- Add classes for
.bcq-text-{breakpoint}-{value}
and .bcq-float-{breakpoint}-{value}
.
- Normal and compressed versions of the CSS file in dist.
- Fixed import of the library by adding export in the package.json
- Move the bootstrap import from the main scss file into another for the build
- Container queries with
.bcq
, .bcq-{breakpoint}-{size}
and .bcq-d-{breakpoint}-{value}
.