I've been attempting to implement media queries in my component's styles, but unfortunately, when I resize the window, nothing seems to happen.
@media query screen and (max-width: 768px) {
/* Insert changes here */
}
It's completely unresponsive - could it be that I need to load certain modules or is there a way to troubleshoot this issue? Any help would be much appreciated.