wp core update 6.6

This commit is contained in:
Tony Volpe
2024-07-17 03:05:30 +00:00
parent 8f93917880
commit 4950d23a30
912 changed files with 103325 additions and 124480 deletions

View File

@@ -38,7 +38,7 @@
},
"supports": {
"anchor": true,
"className": false,
"html": false,
"typography": {
"fontSize": true,
"lineHeight": true,
@@ -69,7 +69,6 @@
}
},
"__unstablePasteTextInline": true,
"__experimentalSelector": "ol,ul",
"__experimentalOnMerge": true,
"__experimentalSlashInserter": true,
"interactivity": {

View File

@@ -1,6 +1,7 @@
ol,ul{
box-sizing:border-box;
}
ol.has-background,ul.has-background{
:root :where(ul.has-background,ol.has-background){
padding:1.25em 2.375em;
}

View File

@@ -1 +1 @@
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}

View File

@@ -1,6 +1,7 @@
ol,ul{
box-sizing:border-box;
}
ol.has-background,ul.has-background{
:root :where(ul.has-background,ol.has-background){
padding:1.25em 2.375em;
}

View File

@@ -1 +1 @@
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}