Skip to content

style have to place in bottom of component #290

Description

@dumblepy
let style = styleTmpl(Css, """
  .hoge {
    color: red;
  }
""")

tmpli html"""
$(style)
<p class="$(style.element("hoge"))">hello</p>
"""

let style = styleTmpl(Css, """
  .hoge {
    color: red;
  }
""")

tmpli html"""
<p class="$(style.element("hoge"))">hello</p>
$(style)
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions