Custom CSS media queries

Hey guys,

An awesome feature would be the possibility to add custom css media queries to the breakpoints panel.

I would love to be able to write all my css inside bricks, and be able to see everything css when I select a class. Right now, I use WPcodeBox for almost everything CSS.

So adding for example the possibility to create a custom “breakpoint” of: “@media (hover: hover) and (pointer:fine)”, which allows me to add my hover animations and not be tied to screen width, but to be actually sure it will appear only if there is an actual mouse.

Another super use for this would be the possibility to mix queries like “@media screen and (min-width: Xpx)” and “@media screen and (max-width: Xpx)” because sometimes I need to thing about the layouts in this way.

What do you think about it?