Make WordPress Core

Changeset 49960


Ignore:
Timestamp:
01/14/2021 12:12:46 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Remove leftover file from build:rtl task.

The style-dark-mode.css file is now in assets/css/ and has its own build:dark-rtl task.

Props yoavf.
Fixes #52293.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/package.json

    r49873 r49960  
    5454        "build:style-editor": "sass assets/sass/style-editor.scss:assets/css/style-editor.css --style=expanded --source-map",
    5555        "build:style-dark-mode": "sass assets/sass/style-dark-mode.scss:assets/css/style-dark-mode.css --style=expanded --source-map",
    56         "build:rtl": "rtlcss style.css style-rtl.css style-dark-mode.css style-dark-mode-rtl.css",
     56        "build:rtl": "rtlcss style.css style-rtl.css",
    5757        "build:dark-rtl": "rtlcss assets/css/style-dark-mode.css assets/css/style-dark-mode-rtl.css",
    5858        "build:print": "sass assets/sass/07-utilities/print.scss:assets/css/print.css --style=expanded --source-map",
Note: See TracChangeset for help on using the changeset viewer.