Grégory Van Gilsen

Results 8 comments of Grégory Van Gilsen

Hello, Same problem here. I tried with the data-embed, but even with that I can't make it to keep the class for the hover. Here is how I did it...

I found a workaround for my problem. I post it here in case it helps someone: I add an attribute called `classtokeep` with the class(es) I want to keep: ```html...

After some more testing, my guess is that Tailwind check the classes present in the maizzle repository, and prepare those classes. But I think it should check the files (layouts,...

Hello, Thank you so much for your help! I managed to make it work. Now, my next question is: I now have in my `tailwind.config.js`: ``` content: [ '../Production/clients/nose/20220628_Transac_re-design/src/templates/**/*.{html,js}', '../Production/clients/nose/20220628_Transac_re-design/src/components/**/*.{html,js}',...

Hello, Unfortunately, I can't make it work. I don't know if I'm writing something wrong here, but it seems that the `content` definition doesn't work well. On my side, it...

Indeed, I saw that I had to point to the root directory. But I don't get how to pass the `localConfig` var to `content` array. From what I saw in...

That seems indeed to resolve the problem :-) I would be happy to test it once it is in the new release!

Hello, I am on v4.3.0 at the moment, but I have a new problem: Every time I try to build the html, I have the following error: ```bash Error:` Failed...