fix: missing styles

The shell's SCSS must be explicitly loaded by site.config.dev.tsx.
This commit is contained in:
Adolfo R. Brandes
2026-01-06 10:05:25 -03:00
committed by Adolfo R. Brandes
parent 0d96fff5f1
commit 648be5f579

View File

@@ -1,3 +1,5 @@
@use "@openedx/frontend-base/shell/app.scss";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome";