Styles not being applied
Open
- Dominant language
- Svelte
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It looks like some classes from ui-common are not getting applied; I moved the component `ModalWrapper` to `ui-common` and the style changed
before:
after:
Specifically; I noticed:
`class="absolute top-[22px] left-[22px]"` was not getting the top and left applied.
and `py-6` was also not getting applied in `
`; but if I changed it to py-8 it does apply it, so it would look like some classes are getting tree-shaken or something?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.