Using media queries in razor page files

When hardcoding a media query into an ASP.NET Razor page file, you need to use @@ instead of @ to ensure the query is rendered correctly.

Kudos: https://stackoverflow.com/a/6873785/75594

Comments

Leave a comment