From d6aa801691df00615c53332aaef08d7aba4b6162 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Sep 2019 22:39:20 +0000 Subject: [PATCH] Twenty Nineteen: Remove trailing comma after selector in `sass/site/primary/_posts-and-pages.scss`. Props itowhid06. Fixes #48171. git-svn-id: https://develop.svn.wordpress.org/trunk@46347 602fd350-edb4-49c9-b593-d223f7449a82 --- .../twentynineteen/sass/site/primary/_posts-and-pages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss b/src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss index 8f65b9c27d..ce1c6f2909 100644 --- a/src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss +++ b/src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss @@ -160,7 +160,7 @@ } &:before, - &:after, { + &:after { position: absolute; display: block; width: 100%;