Johnathan Kent
Johnathan Kent
@orenmizr: I would think the place where you would rather submit this bug is with your build system/editor/converter where Pug isn't supported, rather than a request for maintaining a legacy...
What version of node and npm are you using?
What browser extensions are you using?
> Developer expect "root" to be scoped into componen and do not affect other components You won't be able to prevent the CSS from cascading with a "non-leaking-style-scope" modifier. **Example:**...
For my coworkers who wonder why I am ok with waiting for the native handlers, the virtual-dom used by vue and react is faster: > Virtual DOM is any kind...
@grigoryvp Current browser specs have **no such thing as style "leaking" _unless you create elements in a Shadow DOM_**. While Vue core doesn't include adding Shadow DOM polyfills (it requires...
Thank you @xanf and @grigoryvp for the clarification. I apologize for missing the obvious that you pointed out in the image. I missed that Vue had added the parent scoping...
Before we recommend a patch or solution to be implemented, I think a discussion should be had regarding methods to remove the data-scope from the child root element. I predict...
@grigoryvp That is a simple workaround, another is to avoid using the same classnames on the root node. I also think this topic should be revisited when Shadow DOM support...
@grigoryvp @xanf @LinusBorg I think the docs needed a bit more to help fix the confusion, so I also took a crack at updating the documentation for Scoped CSS. Let...