Skip to content

Commit

Permalink
Support for border defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rramo012 committed Jun 15, 2018
1 parent 342d921 commit 9d4d6cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/controls/border/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ export class Border extends MultiSlider {
enabled: [ 'px', 'em' ]
}
},
setting: {
css: '',
settings: [
{
media: [ 'base', 'phone', 'tablet', 'desktop', 'large' ],
unit: 'px',
isLinked: false,
type: '',
values: {
top: 0,
right: 0,
bottom: 0,
left: 0
}
}
]
},
slider: {
px: {
step: 0.1,
Expand Down

0 comments on commit 9d4d6cc

Please sign in to comment.