With Polymer I can include my CSS styles in the element definition simply by adding a <style>
tag. What I would like to do though is to add a preprocessor to those styles. Something like https://autoprefixer.github.io/ would be great.
Is there a way to do so without an external CSS file?