Skip to content

Instantly share code, notes, and snippets.

@corynthion
corynthion / designer.html
Last active December 31, 2015 23:42
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@corynthion
corynthion / designer.html
Last active August 29, 2015 14:23
designer
<link rel="import" href="../code-mirror/code-mirror.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;