blob: f2f24f2eb0694cc239d95747cd18407e6c7b333a [file] [log] [blame]
<link rel="import" href="../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>