From e53c4997bbf3688ceb00eac11e73b56e9d6e9e16 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Tue, 6 Jan 2026 10:03:15 -0300 Subject: [PATCH] fix: missing styles The shell's SCSS must be explicitly loaded by site.config.dev.tsx. --- src/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.scss b/src/app.scss index 7853ba50..dc03e6a7 100755 --- a/src/app.scss +++ b/src/app.scss @@ -1 +1,2 @@ +@use "@openedx/frontend-base/shell/app.scss"; @use "sass/style";