Browse Source

Add transform to default style properties

pull/4282/head
Artur Arseniev 4 years ago
parent
commit
e80058b97a
  1. 2
      src/style_manager/config/config.js

2
src/style_manager/config/config.js

@ -49,7 +49,7 @@ export default {
{
name: 'Extra',
open: false,
properties: ['opacity', 'transition'],
properties: ['opacity', 'transition', 'transform'],
},
],

Loading…
Cancel
Save