Tuni-Soft

Results 38 comments of Tuni-Soft

If you fear this could lead to breakage in existing apps, I can add it as an option to the plugin. If you'd like, I can write a PR for...

Thank you for your reply It's documented for addUtilities in v1 and v2, but not in v3 (although the option still works) Search for respectImportant here https://v2.tailwindcss.com/docs/plugins

Is it possible to disable this error?

I tried adding page as a global in [eslint config](https://eslint.org/docs/latest/use/configure/language-options#using-configuration-files) no luck not a big deal though

Hi @BlueFoxPrime 👋 Did you include the preprocessor after other preprocessors? It can't deal with typescript for example, so make sure it's the last preprocessor Feel free to include part...

It was caused by the `eval` call that my preprocessor adds You can suppress these warnings like this Add to your rollup config ```js { // .... onwarn(warning, warn) {...

I don't know how to reproduce this error but I made an attempt at fixing it Please try version 0.8.3 to see if it works Thanks

Something like this could work ```sql create or replace function clear_user_phone(user_id uuid) returns bool security definer as $$ begin update auth.users set phone = '', phone_confirmed_at = null, phone_change =...

Yes, the [each key fix](https://github.com/ciscoheat/sveltekit-superforms/pull/401/commits/2a70cbbdc2c59c95951557491e55c04529684c30) resolved the messages issue Thank you

I'll be glad to see it in any release if it's stable and doesn't cause any trouble :))