thecodejack
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`
At present, custom element name is being added for each of DOM inside which forces us not to use same name as css class. It would be better of we...