-
Notifications
You must be signed in to change notification settings - Fork 5
KarelJanVanHaute/issue457 #458
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
Conversation
@KarelJanVanHaute Even getest met een nieuwe build en bij
|
@janhenckens Heb je ook eens eerst alle node_modules weggedaan en opnieuw geïnstalleerd? |
Yep |
|
Vite is updated to v6
Typescript is also bumped up.
All other packages are bumped to latest version and packages no loger used are removed.
Tailwind is upgraded to v4.
All @apply's are removed in the component files. This due to the fact that the creator of tailwind css (Adam) is not a huge fan of the @apply. The only @apply's used for now are for the icons.
I've also changed the nesting in some files to be compatible with the native CSS implementation of nesting. This is also supported by lightningcss wich is used under the hood of tailwind v4.
And the tailwind.config.js is removed and the newer full css option is now implemented.