I am trying to install Comment-Sidecar, it works, fine, but CSS stylings give me trouble.
Originally it was using Bootstrap, which I completely removed, including any classes and links. I use TailwindCSS. I start with server --gc I do Hugo clean - but the old classes still show up. There is no any btn btn-primary in the folder. I am puzzled where it might come from.
I have a html with some Tailwind classes in /static/comments/form-templates/*.html - this seems very hard to update. I frequently do the Hugo mod clean and also added --disableFastRender
Even I delete the file it’s still in the :1313 output.
I deleted the /public/ and did the search for a text string in that file in the project folder - none there!
So I thought maybe Windows 10 hides something somewhere (all my project are on a external HDD) - so I swapped the external HDD to my notebook (had to install VS code) - and the string was still there.
Checked different browsers too. How is that possible?