Bauer uses a flat dependency tree; therefore, you do not need to change the dependencies of paper styles through overrides, you can do it directly in your bower.json:
"dependencies": {
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"font-roboto": "PolymerElements/font-roboto-local#^1.0.0"
}
: , font-roboto. , , paper-styles ^ 1.0.1, font-roboto-local 1.0.0. , , , , .
, 1.0.0 ^:
"dependencies": {
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"font-roboto": "PolymerElements/font-roboto-local#1.0.0"
},
"resolutions": {
"font-roboto": "1.0.0"
}
, , , , .