thecodejack
Results
13
issues of
thecodejack
- Replace react globals with calls to require - Correction of compatible issues
Can we add support for some of sveltekit internal API especially `$app` (https://kit.svelte.dev/docs#modules-$app-env) ?
When I have a scss variable with '__' (two underscores), they are getting replaced with '-_'. Eg. `$toggle__bg--hover` converted to `toggle-_bg--hover`