diff --git a/changelog.d/weight-loss.change b/changelog.d/weight-loss.change new file mode 100644 index 000000000..8c1322bf9 --- /dev/null +++ b/changelog.d/weight-loss.change @@ -0,0 +1 @@ +Reduced time taken processing theme by half diff --git a/src/components/attachment/attachment.style.js b/src/components/attachment/attachment.style.js deleted file mode 100644 index a9455e367..000000000 --- a/src/components/attachment/attachment.style.js +++ /dev/null @@ -1,27 +0,0 @@ -export default { - name: 'Attachment', - selector: '.Attachment', - notEditable: true, - validInnerComponents: [ - 'Border', - 'Button', - 'Input' - ], - defaultRules: [ - { - directives: { - roundness: 3 - } - }, - { - component: 'Button', - parent: { - component: 'Attachment' - }, - directives: { - background: '#FFFFFF', - opacity: 0.5 - } - } - ] -} diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 0701a393e..696d3bb8a 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -23,7 +23,7 @@ >