Closed
Description
Perhaps this is a conceptual question rather than an issue. I find myself writing scoped
for nearly every single component I make, except maybe App
. Following web component standards logic, shouldn't a component's style be scoped by default? I feel like the side effects of styles being global by default are worse than scoped by default.
Perhaps if this was implemented, a global
attribute can be used in components that specifically intend to have their styles applied globally.
<style lang="scss" global></style>
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels