Closed dtorras closed 9 months ago
It's impossible to use Spotlight if your Tailwind configuration uses the important option.
important
(for those who are not familiar with this option, you can read why it's a good idea to use it in this post by Seb from Spatie https://sebastiandedeyne.com/why-we-use-important-with-tailwind/)
Using the important modifier on AlpineJS x-show fixes this.
x-show
Thanks!
It's impossible to use Spotlight if your Tailwind configuration uses the
important
option.(for those who are not familiar with this option, you can read why it's a good idea to use it in this post by Seb from Spatie https://sebastiandedeyne.com/why-we-use-important-with-tailwind/)
Using the important modifier on AlpineJS
x-show
fixes this.