Making WordPress.org


Ignore:
Timestamp:
08/23/2016 10:35:28 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Restructuring Sass and React client.

Merges Sass files into the React component structure. This allows styles to be
bundled with their React components. In an ideal world that would extend to
their PHP fallback templates as well, but it remains to be seen how feasible
that is.
Also introduces Sass Globbing and Pixrem pre-processing to automatically import
Sass files and add pixel fallbacks for rem values.

See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/404/style.scss

    r3844 r3847  
    99
    1010                .logo-swing {
    11                         height: 160px;
    1211                        height: 10rem;
    13                         margin: 96px auto;
    1412                        margin: 6rem auto;
    1513                        position: relative;
    1614                        text-align: center;
    17                         width: 160px;
    1815                        width: 10rem;
    1916
     
    2320                                position: absolute;
    2421                                top: 0;
    25                                 width: 160px;
    2622                                width: 10rem;
    2723                        }
Note: See TracChangeset for help on using the changeset viewer.