Skip to content

Instantly share code, notes, and snippets.

@danielbodart
Created January 17, 2017 20:07
Show Gist options
  • Select an option

  • Save danielbodart/b7eec3875359a00dc23a39b1a164e886 to your computer and use it in GitHub Desktop.

Select an option

Save danielbodart/b7eec3875359a00dc23a39b1a164e886 to your computer and use it in GitHub Desktop.
<div class="application root">
<style src="../generated/bundle.css"></style>
<include src="../generated/bundle.svg" selector="svg"></include>
<decorator src="../header/header.html" selector=".header" content=".controls">
<svg class="close-logo">
<use xlink:href="#close-logo"></use>
</svg>
</decorator>
<include src="../popup/popup.html" selector=".popup"></include>
<decorator src="../footer/footer.html" selector=".footer">
<svg class="double-chevron">
<use xlink:href="#double-chevron"></use>
</svg>
</decorator>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment