aboutsummaryrefslogtreecommitdiff
path: root/src/components/root.style.js
blob: 53ee0ae15195117f80353ffe2d8236ae6eba14e2 (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',
    'Modals',
    'TopBar'
  ],
  defaultRules: [
    {
      directives: {
        background: '--bg',
        opacity: 0
      }
    }
  ]
}