Move RTL/LTR logic from .theme file to subtheme SCSS

Created on 7 August 2025, 22 days ago

Problem/Motivation
The current implementation in seeds_ui.theme attaches style-ltr and style-rtl libraries dynamically based on the html_attributes['dir']. This behavior overrides subtheme styles, especially when subthemes rely on SCSS variables, partials, or custom structures.

Proposed Resolution
Remove the RTL/LTR logic from seeds_ui.theme and instead handle directionality at the SCSS level in subthemes.
@use "../node_modules/seeds_ui/scss/style.scss" as seeds_ui;

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇯🇴Jordan mahmoud barhouma

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024