|
|
@ -485,16 +485,16 @@ describe('PropertyFactory', () => { |
|
|
default: '0', |
|
|
default: '0', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
property: 'border-bottom-right-radius', |
|
|
property: 'border-bottom-left-radius', |
|
|
id: 'border-bottom-right-radius-sub', |
|
|
id: 'border-bottom-left-radius-sub', |
|
|
type: 'number', |
|
|
type: 'number', |
|
|
units: obj.unitsSize, |
|
|
units: obj.unitsSize, |
|
|
min: 0, |
|
|
min: 0, |
|
|
default: '0', |
|
|
default: '0', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
property: 'border-bottom-left-radius', |
|
|
property: 'border-bottom-right-radius', |
|
|
id: 'border-bottom-left-radius-sub', |
|
|
id: 'border-bottom-right-radius-sub', |
|
|
type: 'number', |
|
|
type: 'number', |
|
|
units: obj.unitsSize, |
|
|
units: obj.unitsSize, |
|
|
min: 0, |
|
|
min: 0, |
|
|
|