1 <link rel=
"import" href=
"core-style.html">
7 font-family: sans-serif;
15 border:
1px solid {{g.theme.colorOne | cycle(-
50)}};
17 background-color: {{g.theme.colorOne}};
18 color: {{g.theme.colorTwo}};
22 border:
1px solid {{g.theme.colorTwo | cycle(
50)}};
24 background-color: {{g.theme.colorTwo}};
25 color: {{g.theme.colorOne}};
28 <template repeat=
"{{item in g.items}}">
29 my-panel:nth-of-type({{item+
1}}) {
30 background-color: {{ g.theme.colorThree | cycle(item * -
1) }};
35 <core-style id=
"my-toolbar">
37 border-bottom:
8px solid {{g.theme.colorOne}};
38 color: {{g.theme.colorOne | cycle(
100)}};
39 background-color: {{g.theme.colorTwo}};
43 <core-style id=
"my-panel">
45 box-sizing: border-box;
46 background-color: {{g.theme.colorOne}};
47 border:
8px solid {{g.theme.colorOne | cycle(
50)}};
48 color: {{g.theme.colorOne | cycle(-
100)}};
51 :host(:nth-of-type(
2n +
1)) {
52 background-color: {{g.theme.colorTwo}};
53 border:
8px solid {{g.theme.colorTwo | cycle(-
50)}};
54 color: {{g.theme.colorTwo | cycle(
100)}}
57 </core-style><script src=
"my-theme-extracted.js"></script>