Need a collapsible CSS selector that does nothing
I have a very large CSS stylesheet that controls the appearance of my squarespace site.
I've organized the file as much as possible and labeled it the best I could with comments.
Still, navigating the document would be much easier if I could just collapse certain sections.
But I'm having trouble coming up with an innocuous CSS selector I can to apply to different sections of the code just for the purpose of collapsing them.
I've tried just using brackets without any selectors, but it comes up as a syntax error in squarespace.
I've tried using media queries like @media only screen{ } but it seems to mess with the responsiveness of the site, even when I use the correct screen sizes.
Any ideas ??
Thanks!
