Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles not being applied #1

Open
pablof7z opened this issue Aug 30, 2023 · 2 comments
Open

Styles not being applied #1

pablof7z opened this issue Aug 30, 2023 · 2 comments
Assignees

Comments

@pablof7z
Copy link
Contributor

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 <div class="flex flex-col items-center py-6">; 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?

@pablof7z
Copy link
Contributor Author

Just noticed max-w-4xl is also not getting applied

@pablof7z
Copy link
Contributor Author

var(--base-200) also is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants