jjranalli/nightwind

nightwind-prevent-block also prevents dark: prefixes

Opened this issue · 0 comments

bep commented

Arrest me if I'm wrong, but I don't think this was the purpose of that class.

Now if I do:

<div classs="nightwind-prevent-block">
<div class="bg-blue-100 dark:bg-blue-900"> 
</div>

Then dark:bg-blue-900 has no effect.