Skip to content

Instantly share code, notes, and snippets.

View web-padawan's full-sized avatar
🇺🇦
Stand with Ukraine

Serhii Kulykov web-padawan

🇺🇦
Stand with Ukraine
View GitHub Profile
<link rel="import" href="../../bower_components/polymer/polymer.html">
<dom-module id="my-element">
<template>
<style>
:host {
display: block;
}
</style>