Build: Remove a stray CSS comment that Autoprefixer failed to remove in [43309].

Props netweb.
See #45080.
Built from https://develop.svn.wordpress.org/trunk@44343


git-svn-id: http://core.svn.wordpress.org/trunk@44173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-12-20 00:27:47 +00:00
parent 921fd01582
commit 2a3473e0de
3 changed files with 3 additions and 3 deletions

View File

@ -911,7 +911,7 @@
top: 0;
right: 0;
width: 100%;
height: 100%; /* Fails with spaces?? Weird! */
height: 100%;
transform: translate( -50%, 50% );
}

View File

@ -911,7 +911,7 @@
top: 0;
left: 0;
width: 100%;
height: 100%; /* Fails with spaces?? Weird! */
height: 100%;
transform: translate( 50%, 50% );
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44338';
$wp_version = '5.1-alpha-44343';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.