I’m new to Hubspot so please let me know if there’s a way around this. We’re trying to clean up some CSS and group our media queries better but we’re running into some roadblocks.
Can you tell me why the first version would not work?
Is this specific to Hubspot? Why would media queries need to be outside of the sprcific class I’m targetting? Is there a way to include the media query insdie of the class?
Ahhhhh - thanks for pointing that out @TRooInbound
I think I assumed that because I was able to set vaiables like I can in LESS that I could do similar things like media queries.
Now I just need to find a way to better group these CSS classes. Having the same classes in separated media queries is causing grief for the people who are editing the code.