python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Breakpoint sass mixin
Very very simple HTML SASS
Why the breakpoint does not work and does not change the background and does not expand the size of the table
HTML
<table >nocontent</table>
CSS
$lg: 992px;
$xl:...

Mikhail
Votes: 0
Answers: 1
Context: Found this candidate, but the arguments don't match. static MediaQueryData of(BuildContext context)
In my mediaquery.dart file I got this error in following code:
static MediaQueryData of(BuildContext context) {
assert(context != null);
assert(debugCheckHasMediaQuery(context));
return c...
Rutvik Moradiya
Votes: 0
Answers: 0
Setting CSS media query for overlapping resolutions
I came across a situation in a project were i wanted to write media queries for iPad Air and iPad Mini separately. What i am wondering is how can i target it differently since their resolutions are ov...
Sha
Votes: 0
Answers: 1
Issue with responsive media queries using pure css
So here is the link to my project repository
https://github.com/iamlovingawareness/EdgeLedger/tree/main
In the following code snippet I am not able to implement this change:
in the solutions and case...
Sidharth Gopalakrishnan
Votes: 0
Answers: 0