strolch-maven-archetypes/li.strolch.mvn.archetype.we.../src/main/resources/archetype-resources/src/main/webapp/app/src/styles/c-app-style.html

14 lines
358 B
HTML

<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/strolch-wc-styles/strolch-wc-app-style.html">
<dom-module id="c-app-style">
<template>
<style is="c-app-style" include="strolch-wc-app-style">
:root {
}
</style>
</template>
</dom-module>