aboutsummaryrefslogtreecommitdiff
path: root/src/components/post.style.js
blob: 92ec230a2154b919c28fc946898981de1085b708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export default {
  name: 'Post',
  selector: '.Status',
  validInnerComponents: [
    'Text',
    'Link',
    'Icon',
    'Border',
    'Button',
    'ButtonUnstyled',
    'RichContent',
    'Input'
  ],
  defaultRules: [
    {
      directives: {
        background: '--bg'
      }
    }
  ]
}