Elias

Results 4 comments of Elias

@cossssmin my question is more on applying colors only for `bg` or `border` rather than for all color. In v3 you can do that ```js /** @type {import('tailwindcss').Config} */ module.exports...

It is possible to extends but not to replace. I want my bg to have only a set of values, my text to have a different set of values and...

``` onUpdate: async ({ form }) => { if (!form.valid) { setMessage(form, 'Invalid form') return } if (step === 1) { // API call step = 2 // this state...

SvelteLab: https://www.sveltelab.dev/82kh1g8y213995d?files=.%2Fsrc%2Froutes%2F%2Bpage.svelte Here is the UX/flow objective: 1. Enter your email + submit 2. Switch the schema to email only for validation 3. After validation, the API call retrieves a...