How would I make it so a CSS transition doesn\'t work inside a media-query, or in any other case? For example:
@media (min-width: 200px) { element {
transition: width 0s
Should do the trick - as it's basically saying there is a transition, but 0s is too quick to see it!