In materialize CSS, I can open a pane by adding a class active
to the one I want opened. Is there also a way to let this be dependent of the current grid breakpoint? For instance using something like active-lg
?
Otherwise, is there an option through javascript to get the current breakpoint (S/M/L/XL) from materialize CSS?