kind-0 / kind-0/packages

Styles not being applied

Open
#1 2 comments 0 reactions 1 assignee Claimed by @triesap View on GitHub
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:

Screenshot 2023-08-30 at 1 24 42 PM

after:

Screenshot 2023-08-30 at 1 24 37 PM

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.