Hi,
So, strange issue:
I use the Gimli chrome extension to edit tailwind. It is very useful and I highly recommend it.
I noticed that suddenly it wasn't working anymore. I assumed this is because of an older Tailwind version. I upgraded my Tailwind install to the latest v3, but it still didn't work. Then I tried disabling the debugbar, and suddenly it worked again.
All I have to do is remove this from my application layout to make it work again:
<%= debugbar_head if defined?(Debugbar) && Rails.env.local? %>
With debugbar:

Without debugbar:

I am on the latest Gimli (4.5) and gem "debugbar", "~> 0.4.3".
Any ideas?
Hi,
So, strange issue:
I use the Gimli chrome extension to edit tailwind. It is very useful and I highly recommend it.
I noticed that suddenly it wasn't working anymore. I assumed this is because of an older Tailwind version. I upgraded my Tailwind install to the latest v3, but it still didn't work. Then I tried disabling the debugbar, and suddenly it worked again.
All I have to do is remove this from my application layout to make it work again:
With debugbar:
Without debugbar:
I am on the latest Gimli (4.5) and
gem "debugbar", "~> 0.4.3".Any ideas?