Hi,
I succeeded to import external JavaScript to use their functions in my component.
However I do not understand how can I import their css files. It works easily with an
<link href="css/stimulsoft.viewer.office2013.whiteblue.css" rel="stylesheet">
for a basic html file. But it doesn't work for a web component in Polymer.
I do not have any error, the file is recovered by Polymer but it's like the code inside is not used...
The css is minified and it's in a file, I do not want to modify it. I just want to import it and apply it on my component. How can I do this with Polymer ?
Thanks in advance.