Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@bastienmoulia bastienmoulia released this 08 Apr 12:15
· 12 commits to main since this release

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.