User-466043453 posted
Hi ..
I'm developing a MVC 5 website using Razor views.
We've decided to use TailWindCSS and im now running into a problem with that.
One of the CSS class contain a slash : w-1/3
Width of 1/3rd
Sadly MVC rendering, removes the slash in the class, which therefore breaks the page.
How do i disable this ?
is it part of the Anti XSS engine ?
PS: We are running the website through Umbraco - does that have anything to do with it ?
Thanks