blob: 37d2dbe6570ac6f57a083d21a446dc136629d530 [file]
<link rel="import" href="../../../ui/webui/resources/html/polymer.html">
<link rel="import" href="some_other_style.html">
<dom-module id="cr-foo-style">
<template>
<style include="some-other-style">
:host {
margin: 0;
}
</style>
</template>
</dom-module>