There is a problem with the order of adding component styles. Css of the child component is added after the css of the parent and so the css of the child component overrides the css of the parent, and not the other way around (as I would like). If you add 'extract css', then in the production version the problem is solved, but not in development mode. What to do about it? I would like all css to be added immediately for the entire project in the order in which I originally imported it, but now it only works in the production version.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2405">#c2405</a>)</em></sub></div>