Browse Source

Update border-radius ordering. Closes #2105

refactor-traits
Artur Arseniev 7 years ago
parent
commit
103b674555
  1. 4
      src/style_manager/model/PropertyFactory.js

4
src/style_manager/model/PropertyFactory.js

@ -722,8 +722,8 @@ export default () => ({
obj.properties = this.build([
'border-top-left-radius',
'border-top-right-radius',
'border-bottom-left-radius',
'border-bottom-right-radius'
'border-bottom-right-radius',
'border-bottom-left-radius'
]);
break;
case 'box-shadow':

Loading…
Cancel
Save