Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(useBreakpoints): add missing breakpoint for the bootstrap #3413

Merged
merged 1 commit into from Oct 7, 2023

Conversation

edtorba
Copy link
Contributor

@edtorba edtorba commented Sep 19, 2023


Description

Added missing xs breakpoint for the bootstrap. Ref - https://getbootstrap.com/docs/5.0/layout/breakpoints/#available-breakpoints


馃 Generated by Copilot at 2d85e32

Added the xs breakpoint to the breakpointsTailwind object in packages/core/useBreakpoints/breakpoints.ts. This allows users of the useBreakpoints function to access the smallest screen size defined by the Tailwind CSS framework.

馃 Generated by Copilot at 2d85e32

  • Add xs breakpoint to breakpointsTailwind object (link) to align with Tailwind CSS breakpoints and enable users to access the smallest screen size

@antfu antfu changed the title fix(useBreakpoints): Add missing breakpoint for the bootstrap fix(useBreakpoints): add missing breakpoint for the bootstrap Sep 19, 2023
@antfu antfu merged commit ec9a45b into vueuse:main Oct 7, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants