aboutsummaryrefslogtreecommitdiff
path: root/src/components/root.style.js
blob: b762b2ba52586dabd6524d4d0a06a29a5394ee6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export default {
  name: 'Root',
  selector: ':root',
  validInnerComponents: [
    'Underlay',
    'TopBar',
    'Popover'
  ],
  defaultRules: [
    {
      directives: {
        background: '--bg',
        opacity: 0
      }
    }
  ]
}