Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@miguelmich miguelmich released this 23 Jan 02:06

Added isBreakpointUp() method for testing Bootstrap visibility of breakpoints, cascading upwards as Bootstrap does.

Public methods added:

  • $.isXsUp()
  • $.isSmUp()
  • $.isMdUp()
  • $.isLgUp()
  • $.isXlUp()

Thanks to @howardcox for the PR!