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/mixins/_mixins-master.scss

    r44650 r45132  
    8383@mixin box-shadow( $size ) {
    8484    box-shadow:
    85         0 0 0 $size $color__text-light inset,           // Original border.
    86         0 0 0 ($size + 1px) $color__text-light inset,   // Antialiasing, inner edge.
    87         0 0 1px 0 rgba( $color__text-light, 0.7 );      // Antialiasing, outer edge.
     85        0 0 0 $size $color__text-light inset,           // Original border.
     86        0 0 0 ($size + 1px) $color__text-light inset,   // Antialiasing, inner edge.
     87        0 0 1px 0 rgba( $color__text-light, 0.7 );      // Antialiasing, outer edge.
    8888}
    8989
Note: See TracChangeset for help on using the changeset viewer.