Sign in
◑
Theme
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
tools
/
polymer
/
tests
/
custom_style.html
blob: d1093bae2476ed526eb34950b8b62acefa4b036c [
file
]
<link
rel
=
"import"
href
=
"../../../ui/webui/resources/html/polymer.html"
>
<link
rel
=
"import"
href
=
"foo.html"
>
<custom-style>
<style>
html
{
--
foo-bar
:
2rem
;
}
</style>
</custom-style>