Skip to content

Instantly share code, notes, and snippets.

@gwiant
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save gwiant/35e298b22ff1060e8f56 to your computer and use it in GitHub Desktop.

Select an option

Save gwiant/35e298b22ff1060e8f56 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
width: 100%;
height: 100%;
box-sizing: border-box;
position: absolute;
left: 0px;
top: 0px;
display: block;
}
</style>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment