We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf6833 commit ecc4f8aCopy full SHA for ecc4f8a
basic-stack.html
@@ -56,12 +56,14 @@
56
57
},
58
59
- hostAttributes: {
60
- target: 'shadow'
61
- },
62
-
63
is: 'basic-stack',
64
+ properties: {
+ target: {
+ value: 'shadow'
+ }
65
+ },
66
+
67
/**
68
* Force the component to recalculate its size.
69
*
bower.json
@@ -8,7 +8,7 @@
8
"basic-aspect": "basic-web-components/basic-aspect#master",
9
"basic-children-content": "basic-web-components/basic-children-content#master",
10
"basic-shared": "basic-web-components/basic-shared#master",
11
- "polymer": "Polymer/polymer#0.9.0"
+ "polymer": "Polymer/polymer#1.0.0"
12
13
"devDependencies": {
14
"basic-framed-content": "basic-web-components/basic-framed-content#master",
0 commit comments