Skip to content

Instantly share code, notes, and snippets.

<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@xapou
xapou / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@xapou
xapou / SideBarEnhancements.json
Created April 9, 2014 16:35
json: SideBarEnhancements for ST3
{
"public/":{
"url_testing" : "http://domain",
"url_production" : "https://domain"
}
}