8000 Fix scoped CSS in apps · Issue #1 · awtrix/hd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
Fix scoped CSS in apps #1
Open
Open
@padarom

Description

@padarom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0