mastermind@lemm.ee to Programmer Humor@programming.devEnglish · 1 year agoWhich side are you? Javascript or Typescripti.postimg.ccimagemessage-square226fedilinkarrow-up1578arrow-down136
arrow-up1542arrow-down1imageWhich side are you? Javascript or Typescripti.postimg.ccmastermind@lemm.ee to Programmer Humor@programming.devEnglish · 1 year agomessage-square226fedilink
minus-squareparrot-party@kbin.sociallinkfedilinkarrow-up2·edit-21 year agoThere are some cases where this is a serious issue that can’t be solved through pure CSS. Once container units are finally approved though, that will solve quite a few problematic layout issues in CSS.
minus-squareStrawberry@lemmy.blahaj.zonelinkfedilinkarrow-up1·edit-21 year agoAren’t these already supported in all major browsers? Also I agree, but in this case we did not even need a container query, just a media query edit: https://caniuse.com/css-container-query-units about 85% of users have browser support for container query units
minus-squareparrot-party@kbin.sociallinkfedilinkarrow-up1·1 year agoYes but the support is very recent and hasn’t been fully accepted yet. Therefore, I can’t use it in enterprise. I have to wait for full adoption.
There are some cases where this is a serious issue that can’t be solved through pure CSS. Once container units are finally approved though, that will solve quite a few problematic layout issues in CSS.
Aren’t these already supported in all major browsers? Also I agree, but in this case we did not even need a container query, just a media query
edit: https://caniuse.com/css-container-query-units about 85% of users have browser support for container query units
Yes but the support is very recent and hasn’t been fully accepted yet. Therefore, I can’t use it in enterprise. I have to wait for full adoption.