Skip to content

Support theming through attributes on style tags #413

Closed
@zephraph

Description

@zephraph
<style lang="stylus">
  p
    color black
</style>

<style lang="stylus" theme="light">
  p
    color white
</style>

I'd like to be able to create component themes given an attribute name. Idealistically no theme attribute would roll up into the default css file and style blocks with the theme attribute would roll up in a css file of that name.

I'm willing to do the leg work on this and put in a PR if it sounds reasonable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions