Files
polymer/polymer.html

15 lines
606 B
HTML

<link rel="import" href="src/legacy/legacy-element-mixin.html">
<link rel="import" href="src/legacy/polymer-fn.html">
<!-- template elements -->
<link rel="import" href="src/legacy/templatizer-behavior.html">
<link rel="import" href="src/elements/dom-bind.html">
<link rel="import" href="src/elements/dom-repeat.html">
<link rel="import" href="src/elements/dom-if.html">
<link rel="import" href="src/elements/array-selector.html">
<!-- custom-style -->
<link rel="import" href="src/elements/custom-style.html">
<script>
// bc
Polymer.Base = Polymer.LegacyElementMixin(HTMLElement).prototype;
</script>