Making WordPress.org


Ignore:
Timestamp:
04/05/2024 09:23:35 PM (22 months ago)
Author:
ryelle
Message:

wporg-plugins-2024: Remove legacy CSS.

This removes the CSS that was copied over from the previous classic theme. The parent block theme should provide the correct base styles.

See https://github.com/WordPress/wporg-main-2022/issues/413

File:
1 edited

Legend:

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

    r6231 r13466  
    1 //--------------------------------------------------------------
    2 // 01 Settings
    3 //------------------------------------------------------------*/
    41@import "styles/settings/settings";
    5 
    6 //--------------------------------------------------------------
    7 // 02 Tools
    8 //------------------------------------------------------------*/
    92@import "styles/tools/tools";
    103
    11 //--------------------------------------------------------------
    12 // 03 Generic
    13 //------------------------------------------------------------*/
    14 @import "styles/generic/generic";
    15 
    16 //--------------------------------------------------------------
    17 // 04 Base
    18 //------------------------------------------------------------*/
    19 @import "styles/base/base";
    20 
    21 //--------------------------------------------------------------
    22 // 05 Objects
    23 //------------------------------------------------------------*/
    244@import "styles/objects/objects";
    25 
    26 //--------------------------------------------------------------
    27 // 06 Components
    28 //------------------------------------------------------------*/
    295@import "styles/components/components";
Note: See TracChangeset for help on using the changeset viewer.