I find this syntax in a few samples and was wondering what does it do?
I couldn't find it defined anywhere.
bower_components\iron-list\test\x-list.html(46): <div style$="[[_computedStyle()]]">[[item.index]]</div>
bower_components\iron-range-behavior\demo\index.html(56): <div class="progress" horizontal center layout style$="{{_computeStyle(ratio)}}">
bower_components\paper-drawer-panel\paper-drawer-panel.html(125): <div id="main" style$="[[_computeMainStyle(narrow, rightDrawer, drawerWidth)]]">
bower_components\paper-drawer-panel\paper-drawer-panel.html(130): <div id="drawer" style$="[[_computeDrawerStyle(drawerWidth)]]">