Ivo Dolenc

Results 31 comments of Ivo Dolenc

Correct me if I'm wrong, but here's an idea: ```html ``` Output: ```html ``` Don't add a `lozad` class directly to the `` tag, but to the `` tag. This...

Hi, I think `Nuxt3` is still in beta, so let's wait for the first official `production` version (it is possible that some part of the code or feature will change...

I reopening this for others to see. The module is still not compatible with `nuxt3` since there is no `production-ready` version.

@davidschubert ??

@davidschubert Ok, just in case, I'll bump this [comment](https://github.com/ivodolenc/nuxt-gsap-module/issues/24#issuecomment-995795968) and this [comment](https://github.com/ivodolenc/nuxt-gsap-module/issues/24#issuecomment-1120439984) above. ... > Hi, I think Nuxt3 is still in beta, so let's wait for the first official...

Hi, I also bumped on this problem via google 😂 After a few hours I finally set up the working configuration. This setup solves issues with Tailwind `@apply` directives inside...

> With Mix you have two fairly simple options > > 1. mix.options({ postCss: [ require('tailwindcss')('./tailwind.config.js') ] }) — This applies the given PostCSS plugins to ALL css compiled in...

@BenjaminOddou Hi and thanks for your interest. Yes, I'm definitely planning to add support for Nuxt 3, not only for the gsap-module, but also for all the other open source...

It might not be a bad idea to implement this feature directly in the `prettier.config` file. So when we want to share the settings we have all the options inside...