aboutsummaryrefslogtreecommitdiff
path: root/src/components/post.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/post.style.js')
-rw-r--r--src/components/post.style.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/post.style.js b/src/components/post.style.js
new file mode 100644
index 00000000..92ec230a
--- /dev/null
+++ b/src/components/post.style.js
@@ -0,0 +1,21 @@
+export default {
+ name: 'Post',
+ selector: '.Status',
+ validInnerComponents: [
+ 'Text',
+ 'Link',
+ 'Icon',
+ 'Border',
+ 'Button',
+ 'ButtonUnstyled',
+ 'RichContent',
+ 'Input'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ background: '--bg'
+ }
+ }
+ ]
+}