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

V7 & vite setup, cant see styles #691

Open
aviNrich opened this issue Jan 18, 2025 · 1 comment
Open

V7 & vite setup, cant see styles #691

aviNrich opened this issue Jan 18, 2025 · 1 comment

Comments

@aviNrich
Copy link

Hi,
I have Mantne v7 installed from template: https://github.com/mantinedev/vite-min-template
I added mantine-datatable and I dont see the styles, only borders.
I have imported the following in App.tsx:

import "@mantine/core/styles.layer.css";
import "mantine-datatable/styles.layer.css";
import "./Layout.css";

and placed @layer mantine, mantine-datatable; inside Layout.css

I can't see stripped rows or hover gestures.

What am I missing?
Thanks

@imhalid
Copy link

imhalid commented Jan 23, 2025

import "@mantine/core/styles.css";
import "mantine-datatable/styles.css";
import "./Layout.css";

please try this it worked for me. @aviNrich

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