11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
|
export default {
|
||
|
root: {
|
||
|
background: '{content.background}',
|
||
|
borderColor: '{content.border.color}',
|
||
|
color: '{content.color}'
|
||
|
},
|
||
|
gutter: {
|
||
|
background: '{content.border.color}'
|
||
|
}
|
||
|
};
|