rebase on oct-10-2023
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"apiVersion": 3,
|
||||
"name": "core/term-description",
|
||||
"title": "Term Description",
|
||||
"category": "theme",
|
||||
@@ -38,6 +38,5 @@
|
||||
"fontSize": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-term-description-editor"
|
||||
}
|
||||
}
|
||||
|
||||
9
wp/wp-includes/blocks/term-description/style-rtl.css
Normal file
9
wp/wp-includes/blocks/term-description/style-rtl.css
Normal file
@@ -0,0 +1,9 @@
|
||||
:where(.wp-block-term-description){
|
||||
margin-bottom:var(--wp--style--block-gap);
|
||||
margin-top:var(--wp--style--block-gap);
|
||||
}
|
||||
|
||||
.wp-block-term-description p{
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
1
wp/wp-includes/blocks/term-description/style-rtl.min.css
vendored
Normal file
1
wp/wp-includes/blocks/term-description/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}
|
||||
9
wp/wp-includes/blocks/term-description/style.css
Normal file
9
wp/wp-includes/blocks/term-description/style.css
Normal file
@@ -0,0 +1,9 @@
|
||||
:where(.wp-block-term-description){
|
||||
margin-bottom:var(--wp--style--block-gap);
|
||||
margin-top:var(--wp--style--block-gap);
|
||||
}
|
||||
|
||||
.wp-block-term-description p{
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
1
wp/wp-includes/blocks/term-description/style.min.css
vendored
Normal file
1
wp/wp-includes/blocks/term-description/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}
|
||||
Reference in New Issue
Block a user