[buddypress-trac] [BuddyPress Trac] #8097: RTL stylesheets must replace with regular ones, not extend them
buddypress-trac
noreply at wordpress.org
Wed May 22 03:16:05 UTC 2019
#8097: RTL stylesheets must replace with regular ones, not extend them
--------------------------+-----------------------------
Reporter: geminorum | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
The old WordPress way of registering RTL styles is to extend default css
with RTL diffs. But the RTLCSS npm package generates a full RTL version of
styles and must replace with the default. So `wp_style_add_data()` will
not work correctly since it enqueues both styles together.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8097>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list