A way to "default" responsive properties

I’ve been working to make my site look great. And I realized I was using building in the 991px breakpoint. Is there a way to make a property or class apply to all breakpoints? I looked at it on XL and XXL and realized all my design work didn’t show up.

@will_lutz

By using the 1920px breakpoint (desktop), all styles applied there will automatically apply to any other breakpoints, as it acts as the main one.

Then using other (smaller breakpoints) you can overwrite the styles.

Video: https://www.youtube.com/watch?v=6vZVTdmftls

1 Like