Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Fix scoped CSS in apps #1

Open
padarom opened this issue Nov 13, 2020 · 0 comments
Open

Fix scoped CSS in apps #1

padarom opened this issue Nov 13, 2020 · 0 comments

Comments

@padarom
Copy link

padarom commented Nov 13, 2020

Currently we can't use <style scoped> tags in our applications. If it is used, the style is just not applied at all.

If scoped is omitted we do have the same issue as we have in regular Vue though, where the same classes override each other in different components. So if app A defines the class .foo, it will also style all elements with the class .foo in app B.

Temporarily just develop apps by themselves so that this can't become an issue, but fix it in the future while also requiring all other apps to only use scoped styles.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant