Hate defining breakpoints in your Javascript to change functionality with Magic Numbers? Use CSS to monitor changes!
This method uses media queries to change the content property of an element and Javascript to monitor these changes. By doing so, you can trigger changes in your functionality based on how your CSS changes the appearance of elements on the page.