Skip to content

Releases: bastienmoulia/bootstrap-container-queries

v2.0.0

08 Apr 12:15

Choose a tag to compare

Added

  • 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.

v1.4.0

25 Mar 19:33

Choose a tag to compare

Added

  • Add classes for margin and padding.

v1.3.0

25 Mar 12:07

Choose a tag to compare

Changed

  • Change the CSS for .bcq to be minimal.

v1.2.0

22 Mar 17:29

Choose a tag to compare

Added

  • Add classes for .bcq-text-{breakpoint}-{value} and .bcq-float-{breakpoint}-{value}.

v1.1.0

22 Mar 08:40

Choose a tag to compare

Added

  • Normal and compressed versions of the CSS file in dist.

Fixed

  • 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

First release

21 Mar 19:14
7df37eb

Choose a tag to compare

Added

  • Container queries with .bcq, .bcq-{breakpoint}-{size} and .bcq-d-{breakpoint}-{value}.