-
Notifications
You must be signed in to change notification settings - Fork 95
Migrate to use :deep selector instead of deprecated ::v-deep
#3348
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
Signed-off-by: Ferdinand Thiessen <[email protected]>
|
Lint issue is related to: nextcloud-libraries/stylelint-config#65 Which is merged, but we need to wait for the next release (maybe 2.3.0) |
|
Works. Can someone release a new version of https://github.com/nextcloud/stylelint-config so we can get this in? |
|
…-class Signed-off-by: Ferdinand Thiessen <[email protected]>
I added a commit to update the stylelint config |
hey @susnux , everything I found online seem to state that it's vue 3 only. underfin/vite-plugin-vue2#200 (comment) |
We use ::deep in the library already. |
Yes, I saw that, weirdly, I cannot get it to work on other apps for example. See nextcloud/viewer#1420 Any clue? |
No idea, why it fails there. It does work for Tasks though: |
Have you checked the compiled css? |
No, I didn't indeed. |
I just did, seems alright. |
|
Works with |
::v-deepis deprecated as vue moved to:deepselector for vue-3 which is also available and recommended for vue 2.7.