Twenty Nineteen: Remove trailing comma after selector in `sass/site/primary/_posts-and-pages.scss`.
Props itowhid06. Fixes #48171. Built from https://develop.svn.wordpress.org/trunk@46347 git-svn-id: http://core.svn.wordpress.org/trunk@46146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
736403a26e
commit
6e25a991a6
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
|
||||
&:before,
|
||||
&:after, {
|
||||
&:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-beta1-46346';
|
||||
$wp_version = '5.3-beta1-46347';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue