Skip to content

Gimli Tailwind Extension broken by debugbar #62

@abuisman

Description

@abuisman

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:

Image

Without debugbar:

Image

I am on the latest Gimli (4.5) and gem "debugbar", "~> 0.4.3".

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions