Custom View field doesn't recognize css changes???
Really confused as to why my custom view field won't recognize any CSS changes. I was trying to add padding originally and couldn't figure out why it wasn't changing at all.. So I removed everything to where I literally just have
here's my class:
and my view file:
and within my form:
<div class="bg-red-700">Text</div> in my view, and it doesn't show the background. Why would that be?here's my class:
and my view file:
and within my form: