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:
Sergey Biryukov 2019-09-29 22:40:57 +00:00
parent 736403a26e
commit 6e25a991a6
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
} }
&:before, &:before,
&:after, { &:after {
position: absolute; position: absolute;
display: block; display: block;
width: 100%; width: 100%;

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.