Geon George

Results 62 comments of Geon George

Same error for me when trying to add nest js to a vite project

This is tailwind.config.js doesn't seem to help either ```js variants: { width: ['responsive'], } ```

@hacknug I guess this is the problem but how do I solve it? I'm not generating any css via templating.

@adamwathan I do not have any purgecss config. if there is any, it should be whatever that comes default with nuxt-js. I'm on v2.0.0 There is no separate config file...

@adamwathan I was aiming for something like this: https://github.com/geongeorge/tailwind-test It seems to work in this example. @hacknug I guess that could be or I'm doing something really stupid. I have...

`layout-g` is something I've added. Thank you. Let me see if I can somehow add it to purgecss config

Thanks @hacknug ! You were right. I was able to solve this by moving my custom layouts folder into the nuxt default components folder. Although I was not successful in...

Looks like an issue where the font is not loaded. @Miduwu can you provide code samples? Or create a codesandbox?

I will look into it in a week or so, shouldn't be so hard

Weird, but I noticed this issue as well. For my particular use case, I don't care if I have to use this command twice, but there is something wrong definitely.