I'm working on an .cshtml page that requires some basic inline styling for print only.
I was going to use the @media print
media query, however, this being an cshtml page, it breaks my page. Is there any way to get around this?
It's the @
symbol in @media print
that is breaking it.