mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@49960 git-svn-id: http://core.svn.wordpress.org/trunk@49659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7914138e85
commit
2a5dfab642
@ -53,7 +53,7 @@
|
||||
"build:style": "sass assets/sass/style.scss:style.css --style=expanded --source-map",
|
||||
"build:style-editor": "sass assets/sass/style-editor.scss:assets/css/style-editor.css --style=expanded --source-map",
|
||||
"build:style-dark-mode": "sass assets/sass/style-dark-mode.scss:assets/css/style-dark-mode.css --style=expanded --source-map",
|
||||
"build:rtl": "rtlcss style.css style-rtl.css style-dark-mode.css style-dark-mode-rtl.css",
|
||||
"build:rtl": "rtlcss style.css style-rtl.css",
|
||||
"build:dark-rtl": "rtlcss assets/css/style-dark-mode.css assets/css/style-dark-mode-rtl.css",
|
||||
"build:print": "sass assets/sass/07-utilities/print.scss:assets/css/print.css --style=expanded --source-map",
|
||||
"build:ie": "postcss style.css -o assets/css/ie.css",
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-49959';
|
||||
$wp_version = '5.7-alpha-49960';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user