Scope CSS Quasar 1.x
-
Hi everyone !
I just have a simple question, does the “scoped” property in a style tag inside a component.vue still work with Quasar 1.x ?
I tried and it doesn’t seems to work but i wanted to be sure it’s not a misstake on my part.Thanks for the help and happy new year !
-
They should work. Are you by chance wanting to style a child component? If yes, read this: https://vue-loader.vuejs.org/guide/scoped-css.html#deep-selectors
Scott
-
Thank you @s-molinari. Indeed it is a child component and that’s why it was not working as expected.