lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.15k stars 118 forks source link

'>>>' should be deleted? #47

Closed swuecho closed 3 years ago

swuecho commented 3 years ago

https://github.com/lana-k/sqliteviz/blob/cc483f4720f8f6b04e94e33765c42bc9a1b4e831/src/views/Main/Editor/Tabs/Tab/Chart/index.vue#L95

lana-k commented 3 years ago

@swuecho No, it's a deep selector:

If you want a selector in scoped styles to be "deep", i.e. affecting child components, you can use the >>> combinator

I use it to change the styles of a third-party child component.