Browse Source

Up property factory

up-style-manager
Artur Arseniev 4 years ago
parent
commit
f80f2faa00
  1. 2
      src/style_manager/model/PropertyFactory.js

2
src/style_manager/model/PropertyFactory.js

@ -188,7 +188,7 @@ export default class PropertyFactory {
['text-shadow-h', { default: '0', units: this.unitsSizeNoPerc }, 'top'],
['text-shadow-v', {}, 'text-shadow-h'],
['text-shadow-blur', { min: 0 }, 'text-shadow-h'],
['border-radius-c', {}, 'padding-top'],
['border-radius-c', { property: 'border-radius' }, 'padding-top'],
['border-top-left-radius', {}, 'padding-top'],
['border-top-right-radius', {}, 'padding-top'],
['border-bottom-left-radius', {}, 'padding-top'],

Loading…
Cancel
Save