Build/Test Tools: Fix cleaning of old CSS files in wp-includes/blocks/*. Have to be cleaned earlier, before Webpack runs. Not together with the rest of the CSS files.
Props: ironprogrammer, petitphp, hellofromTonya, azaozz. Fixes: #57891. Built from https://develop.svn.wordpress.org/trunk@55494 git-svn-id: http://core.svn.wordpress.org/trunk@55027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
3
wp-includes/blocks/archives/editor-rtl.css
Normal file
3
wp-includes/blocks/archives/editor-rtl.css
Normal file
@@ -0,0 +1,3 @@
|
||||
ul.wp-block-archives{
|
||||
padding-right:2.5em;
|
||||
}
|
||||
1
wp-includes/blocks/archives/editor-rtl.min.css
vendored
Normal file
1
wp-includes/blocks/archives/editor-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ul.wp-block-archives{padding-right:2.5em}
|
||||
3
wp-includes/blocks/archives/editor.css
Normal file
3
wp-includes/blocks/archives/editor.css
Normal file
@@ -0,0 +1,3 @@
|
||||
ul.wp-block-archives{
|
||||
padding-left:2.5em;
|
||||
}
|
||||
1
wp-includes/blocks/archives/editor.min.css
vendored
Normal file
1
wp-includes/blocks/archives/editor.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ul.wp-block-archives{padding-left:2.5em}
|
||||
7
wp-includes/blocks/archives/style-rtl.css
Normal file
7
wp-includes/blocks/archives/style-rtl.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.wp-block-archives{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
|
||||
.wp-block-archives-dropdown label{
|
||||
display:block;
|
||||
}
|
||||
1
wp-includes/blocks/archives/style-rtl.min.css
vendored
Normal file
1
wp-includes/blocks/archives/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}
|
||||
7
wp-includes/blocks/archives/style.css
Normal file
7
wp-includes/blocks/archives/style.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.wp-block-archives{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
|
||||
.wp-block-archives-dropdown label{
|
||||
display:block;
|
||||
}
|
||||
1
wp-includes/blocks/archives/style.min.css
vendored
Normal file
1
wp-includes/blocks/archives/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}
|
||||
Reference in New Issue
Block a user