aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content/rich_content.style.js
blob: c831400033f7c5ac910c9c83c5437ceb35ef6ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export default {
  name: 'RichContent',
  selector: '.RichContent',
  validInnerComponents: [
    'Text',
    'FunText',
    'Link'
  ],
  defaultRules: [
    {
      directives: {
        '--font': 'generic | inherit',
        '--monoFont': 'generic | monospace',
        textNoCssColor: 'yes'
      }
    }
  ]
}