Make WordPress Core


Ignore:
Timestamp:
04/07/2019 06:17:26 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: Fix inconsistent tab/space indentation in style files.

Props iamdmitrymayorov, mukesh27.
Fixes #46821.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss

    r44376 r45132  
    2727        color: inherit;
    2828        cursor: pointer;
    29         transition: background 250ms ease-in-out,
    30                     transform 150ms ease;
     29        transition:
     30            background 250ms ease-in-out,
     31            transform 150ms ease;
    3132        -webkit-appearance: none;
    3233        -moz-appearance: none;
     
    448449            z-index: 100000; /* Make sure appears above mobile admin bar */
    449450            width: 100vw;
    450             height:  100vh;
     451            height: 100vh;
    451452            max-width: 100vw;
    452453            transform: translateX(+100%);
Note: See TracChangeset for help on using the changeset viewer.