Skip to content

feat(styles): add separate entry points#22396

Merged
KaelWD merged 5 commits intonextfrom
kaelwd/modular-styles
Dec 19, 2025
Merged

feat(styles): add separate entry points#22396
KaelWD merged 5 commits intonextfrom
kaelwd/modular-styles

Conversation

@KaelWD
Copy link
Copy Markdown
Member

@KaelWD KaelWD commented Dec 4, 2025

closes #20100

@KaelWD KaelWD added this to the v4.0.0 (Revisionist) milestone Dec 4, 2025
@KaelWD KaelWD self-assigned this Dec 4, 2025
@J-Sek
Copy link
Copy Markdown
Contributor

J-Sek commented Dec 16, 2025

So many years I was bumping into issues because of @use 'vuetify' with (...) used with @use 'vuetify/settings' with (...) in the same app. We could mention something like

When using on @use 'vuetify/settings' with (...), remove @use 'vuetify' to avoid rewriting variables. Instead add import 'vuetify/styles'; in JavaScript or pass it css: ['vuetify/styles'], when using Nuxt.

@KaelWD
Copy link
Copy Markdown
Member Author

KaelWD commented Dec 19, 2025

You can keep them both, just without with on one:

@use 'vuetify/settings' with (...)
@use 'vuetify'

Not really relevant to this change though.

@KaelWD KaelWD merged commit f00902c into next Dec 19, 2025
16 checks passed
@KaelWD KaelWD deleted the kaelwd/modular-styles branch December 19, 2025 08:27
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

Successfully merging this pull request may close these issues.

2 participants