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

Using with Tailwind #168

Closed
Niki2k1 opened this issue Dec 10, 2023 · 3 comments
Closed

Using with Tailwind #168

Niki2k1 opened this issue Dec 10, 2023 · 3 comments

Comments

@Niki2k1
Copy link

Niki2k1 commented Dec 10, 2023

Is there an example how to completely integrate tailwind and remove utility classes?

I have multiple issues when trying to:

  1. blueprint is not getting loaded (I am trying to use md3)
  2. Hover and active colors are broken (worked before turning off utilities)
    image
  3. I have to set important in tailwind because vuetify is always loaded as last.
  4. I get 404's when using a settings.scss
    image
@Niki2k1
Copy link
Author

Niki2k1 commented Dec 11, 2023

Ok I managed to resolve the error.
Instead of having an settings.scss

@use 'vuetify/settings' with (
  $utilities: false
);

and having it added via the vuetify module options.

I now just use a main.scss with the following content:

@use "vuetify" with (
  $utilities: false
);

EDIT:
nvm that didn't disable the utillity classes.

@Niki2k1 Niki2k1 closed this as completed Dec 11, 2023
@Niki2k1 Niki2k1 reopened this Dec 11, 2023
@userquin
Copy link
Member

@Niki2k1 have you test with solution in pinned issue? #115

@Niki2k1
Copy link
Author

Niki2k1 commented Dec 12, 2023

That helped thank you, I searched everything, discord other issues but did not check the pinned issues.... 😅

@Niki2k1 Niki2k1 closed this as completed Dec 12, 2023
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