Jidé
Jidé
Some ideas for the syntax : ``` =mixin1 { filter: +opacity(alpha=50); } =mixin1 { filter: add(opacity(alpha=50)); } =mixin1 { +filter: opacity(alpha=50); } ```
I already implemented a hsl-adjust method for the previous version of Scaffold, and I may actually be able to help here.
From what I can say : - Code is cleaner, more robust and more object oriented. - Every classes are namespaced, which makes it easier to integrate in existing environments....
No, it is simply "Scaffold_" being prepended to classes, so instead of having classes named "Constants", it is "Scaffold_Extension" and "Scaffold_Extension_Variables" and so on.
Same issue. The issue is visible in the website examples too. The behaviour is slightly different for the floating toolbar and the fixed tool bar : Then choose bold :...
Ok, I reproduced this, and I confirm this is a bug recently introduced. It basically breaks signups for apps where an email is sent using generateLink(), which is really bad....
The issue has been fixed.
Reopening to bring supabase maintainers attention.
Would be so useful for one of my projets !
I had the same issue. Forking was not an ideal solution since there are multiple packages involved and keeping in sync would have been painful. I use apollo-server as a...