I have a new Rails project with Tailwindcss and DaisyUI. I’m making CSS changes in application.css
, but the web inspector tells me that all those declarations are being overridden by what I think are inline styles.
For example, I see declarations from a compiled “application.css”, then overridden by “full.css”, then overridden by declarations from “127.0.0.1:1:738”. I know “127…” is the IP address, and I expect that to be followed by a line number. But where are these rules coming from, and how can I stop them?
Here’s a screenshot of the web inspector which I hope makes it clearer: TailwindCSS inline styles overriding - Album on Imgur