Giter VIP home page Giter VIP logo

Comments (2)

nicolas-cusan avatar nicolas-cusan commented on June 6, 2024 1

Hello @philwolstenholme,

thank you for filing this issue. You can already do something like atLeast and atMost using isMatching:

if (isMatching('md')) {
  // Do something if screen is larger than `md`
}

if (isMatching('md', true)) {
  // Do something if screen is smaller than `md`
}

if (isMatching(['md', 'lg'])) {
  // To match between two breakpoints you need to pass an array (not two arguments as in your example)
}

Also see here: https://nicolas-cusan.github.io/breakpoint-helper/#ismatchingname-usemaxfalse

from breakpoint-helper.

philwolstenholme avatar philwolstenholme commented on June 6, 2024

Oh nice! I forgot it was all based on just min-width or max-width (e.g. only ever min or max, not min and max) and was assuming that (isMatching('md')) would return FALSE if the screen was lg, but I can see why I was wrong now.

from breakpoint-helper.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.