State-Driven Dynamic CSS: v-bind doesn't work inside media queries
Version
3.2.2
Reproduction link
Steps to reproduce
v-bind after max-width and min-width inside media queries does not provide any data
What is expected?
Expected to see red font with screen width less than 700px
What is actually happening?
We get this css code after compiling: @media only screen and (max-width: v-bind(width)) { div[data-v-f13b4d11] { color: red; } }