Yannick Panis
Yannick Panis
I agree, thanks a lot @in-in. I tested every package I could find for atom, but none worked correctly. Surprisingly I couldn't even find anything useful on google. I thought...
I've got the same issue with nuxt.js. Custom font families do not work. Package Versions: ``` ... nuxt-windicss 2.3.1 nuxt3 3.0.0-rc.3-27550969.a4a3cff typescript 4.6.4 vite 2.9.9 vue 3.2.36 webpack 5.72.1 windicss...
Turns out that in my case there is a problem with dashes `-` in the name ```js extend: { fontFamily: { // works robotoRegularTest: ['Roboto Regular', 'sans-serif'], // does not...
Interesting. With that in mind, I changed the type to object instead of document, but the behaviour remains the same. Everthing except the conditional fields seems to work to work...
I just learned that I don't really need a customImage type and can extend the image type with custom fields instead. The issue with conditional fields still remains though. They're...
I am running into a similar issue, trying to build a navigation guard. If navigateTo is called after awaiting a promise (in my case importing jsonwebtoken on the server and...