-
After [the latest blog post](https://www.polymer-project.org/blog/2018-05-02-roadmap-faq.html) we should take care of this.
Things to do:
1. add [template-string-loader](https://www.npmjs.com/pack…
-
-
https://github.com/PolymerX/polymer-skeleton/blob/0da8b09e20fb994586ed9b474bf2814deaed4257/webpack.config.js#L134
Since we can use a regexp, we can use its less commonly-used negative lookahead ope…
-
Steps to reproduce:
- checkout skeleton starter project https://github.com/vaadin/skeleton-starter-flow
- add a new template file into `frontend/src` folder (see example below)
- Run project usin…
-
what is the optimal way to build Aurelia+Polymer application for production ?
there is `gulp export` in Aurelia skeleton which handles Aurelia part, but doesn't handle linked template files which Pol…
-
Hello there,
If I declare some styles like this:
```
:host {
--test-elem: {
color:#F00;
}
}
[...]
span.account-name {
@apply --test-elem;
}
```
it works pretty well. But i…
-
Hi,
I have updated Skeleton-Navigation-Polymer and [sent a PR](https://github.com/roguePanda/skeleton-navigation-polymer/pull/2).
In the skeleton, page transition animation works for child-route…
-
@roguePanda, thank you for the great plugin.
Two-way binding does not work with Webpack. The following code acts like one-way binding.
```
```
When we use Polymer with webpack, we have to use …
-
Lots of angry people after Wednesday night's launch. Numbers above 70,000 that I think are fake, because a lot of stuff seems available. Overnight, a skeleton of docs appeared on the website and some …
-
Hi, I'm testing Polymer components integration.
I tried exactly the sample in official docs (the paper-drawer-panel) with the only difference that I added responsive-width attribute, and removed every…