2024-02-07 15:53:34 +02:00
|
|
|
export default {
|
|
|
|
|
name: 'Root',
|
|
|
|
|
selector: ':root',
|
|
|
|
|
validInnerComponents: [
|
|
|
|
|
'Underlay',
|
2024-02-11 23:11:28 +02:00
|
|
|
'Modals',
|
|
|
|
|
'TopBar'
|
2024-02-07 15:53:34 +02:00
|
|
|
],
|
|
|
|
|
defaultRules: [
|
|
|
|
|
{
|
|
|
|
|
directives: {
|
|
|
|
|
background: '--bg',
|
|
|
|
|
opacity: 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|