Skip to content

Commit a9f0301

Browse files
committed
rearrange
1 parent cf7cf50 commit a9f0301

File tree

1 file changed

+1
-1
lines changed
  • modules/@apostrophecms/box-field

1 file changed

+1
-1
lines changed

modules/@apostrophecms/box-field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = {
122122
},
123123
helpers() {
124124
return {
125-
toCss(property, unit = 'px', value) {
125+
toCss(value, property, unit = 'px') {
126126
const {
127127
top, right, bottom, left
128128
} = value;

0 commit comments

Comments
 (0)