I am just want to know, Is it good or not as a front end developer?
For further actions, you may consider blocking this person and/or reporting abuse
I am just want to know, Is it good or not as a front end developer?
For further actions, you may consider blocking this person and/or reporting abuse
Tailwine -
Tailwine -
Anjan Shomodder -
Muhamed H. -
Top comments (7)
It's definitely fine to use for styling at certain breakpoints, but if you find yourself making a bunch of media queries for just a few properties, there might be a better way to adjust them by using more responsive values. It all depends of the use case though!
Yes! Especially when you writing your styles in multiples files.
For example, I've been using SCSS and I maintain different files for each component, and I write media queries for each component within that file itself, rather than having one single media query and stuffing all the responsive styling inside it, which will create a lot of ambiguity, especially when you are trying to scale them further(in larger applications).
In software there isn't "good", if you're not technically limited, then what works for you is good enough.
How else would you do it?
Media queries are not necessary when using the HTML 5 Grid layout with auto-fit and minmax .parameters.
It's okay, yeah. As long as it works for you.