Breezy theme update + proper iheritance of virtual directives

This commit is contained in:
Henry Jameson 2024-12-24 16:24:13 +02:00
commit 6bf6d102ef
3 changed files with 36 additions and 11 deletions

View file

@ -3,6 +3,11 @@ export default {
selector: ':root',
notEditable: true,
validInnerComponents: [
// These are purely for --parent--text et such to work
'Text',
'Link',
'Border',
'Underlay',
'Modals',
'Popover',