Arbitrary values for Tailwind CSS Does not work on Blazor WASM Application

201 views Asked by At

With a Blazor WASM application I'm using Tailwind for UI design, I installed and integrated Tailwind css (V3.3.3) to my project, Every thing works fine except Arbitrary Values !

For example, If I used class="bg-red" it works but if I used class="bg-[#1da1f1]" it doesn't?

It seems that the problem related to [] bracket.

Any help

0

There are 0 answers