component guidelines
This commit is contained in:
parent
6508712beb
commit
07b4d8d742
1 changed files with 2 additions and 4 deletions
|
|
@ -137,10 +137,8 @@ In rare cases, you can use the SCSS `:global` operator to style child elements i
|
|||
|
||||
<style lang="scss">
|
||||
svg {
|
||||
:global {
|
||||
path {
|
||||
stroke: black;
|
||||
}
|
||||
:global(path) {
|
||||
stroke: black;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue