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

Props netweb.
See #45080.

git-svn-id: https://develop.svn.wordpress.org/trunk@44343 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-12-20 00:26:52 +00:00
parent 47584c7bc0
commit a8268fbf76

View File

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