Making WordPress.org


Ignore:
Timestamp:
07/12/2016 10:17:26 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Use autoprefixer for vendor prefixes.

Also adds pixel fallback for older browsers that don't understand rems.
Just to be sure.

See #1719.

File:
1 edited

Legend:

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

    r3346 r3676  
    66    &.subheading {
    77        color: #82878c;
    8         font-size: ms(2);
     8        @include font-size( ms-unitless( ms(2) ) );
    99        font-weight: 300;
    10         margin: -.4rem auto 2rem;
     10        margin: -6.4px auto 32px;
     11        margin: -0.4rem auto 2rem;
    1112        text-align: center;
    1213    }
     14
    1315    &.intro {
    14         font-size: ms(2);
     16        @include font-size( ms-unitless( ms(2) ) );
    1517    }
     18
    1619    &.aside {
    17         font-size: ms(-2);
     20        @include font-size( ms-unitless( ms(-2) ) );
    1821    }
     22
    1923    &.note {
    20         font-size: ms(-4);
     24        @include font-size( ms-unitless( ms(-4) ) );
     25        letter-spacing: 0.16px;
    2126        letter-spacing: 0.01rem;
    2227        max-width: ms(26);
Note: See TracChangeset for help on using the changeset viewer.