Hi,
I have following code snippet in polymer .This code uses
shared-styles .This internally has implementation as below .
Polymer element
*class SHButton extends PolymerElement {*
* static get template() {*
* return html`*
* <!--CSS-->*
* <style include="shared-styles">*
* :host {*
* display: inline-flex;*
...............}
Shared-styes.js
*import './global-styles.js';*
*const $_documentContainer = document.createElement('template');*
*$_documentContainer.innerHTML = `<dom-module id="shared-styles">*
* <template>*
* <style>.....*
In lit element ,this method of styling is not there .How I can map style of
this polymer element in new migrated Lit element ?
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/787ab651-4a3a-4816-8734-c571d13f8911%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.