UNPKG

grunt-vulcanize

Version:

Grunt plugin for Polymer's Vulcanize. Compatible with Polymer 1.0

12 lines (11 loc) 270 B
<link rel="import" href="../bower_components/polymer/polymer.html"> <dom-module id="y-import"> <template> <style> :host{ background: url(../foo.jpg); } </style> </template> <script>Polymer({is: 'y-import'});</script> </polymer-element>