Making WordPress.org


Ignore:
Timestamp:
05/31/2018 12:51:13 PM (7 years ago)
Author:
netweb
Message:

Support Theme: Update CSS to meet WordPress CSS Coding Standards

See https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_copy.scss

    r4779 r7256  
    2323        font-size: ms( -4 );
    2424        letter-spacing: 0.01rem;
    25         max-width: ms(26);
     25        max-width: ms( 26 );
    2626    }
    2727}
     
    4343    box-sizing: content-box;
    4444    font-family: $font__pre;
    45     font-size: ms(-2);
     45    font-size: ms( -2 );
    4646    line-height: $font__line-height-pre;
    4747    margin-bottom: 1.6em;
     
    5353code, kbd, tt, var {
    5454    font-family: $font__code;
    55     font-size: ms(-2);
     55    font-size: ms( -2 );
    5656}
    5757
Note: See TracChangeset for help on using the changeset viewer.