Opened 4 years ago
Closed 4 years ago
#52293 closed defect (bug) (fixed)
Twenty Twenty-One: fix leftover rtlcss call in build script
Reported by: | yoavf | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.7 | Priority: | lowest |
Severity: | trivial | Version: | 5.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The build:rtl
script for Twenty Twenty-One has style-dark-mode.css
param. This is probably a leftover as that file is now in assets/css/
and has its own rtl build script build:dark-rtl
.
While rtlcss doesn't output an error, you can see that only style.css is processed when calling npm run build:rtl
> twentytwentyone@1.1.0 build:rtl ~/wordpress-develop/src/wp-content/themes/twentytwentyone > rtlcss style.css style-rtl.css style-dark-mode.css style-dark-mode-rtl.css Saving: ~/wordpress-develop/src/wp-> content/themes/twentytwentyone/style-rtl.css
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 49960: