Make WordPress Core

Changeset 44343


Ignore:
Timestamp:
12/20/2018 12:26:52 AM (8 years ago)
Author:
SergeyBiryukov
Message:

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

Props netweb.
See #45080.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r43309 r44343  
    912912        left: 0;
    913913        width: 100%;
    914         height: 100%; /* Fails with spaces?? Weird! */
     914        height: 100%;
    915915        transform: translate( 50%, 50% );
    916916}
Note: See TracChangeset for help on using the changeset viewer.