From c71e61da77e23295962485036e54797058fb3d70 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 26 May 2026 22:19:58 -0400 Subject: [PATCH] fix(configurator): remove stray brace in express_order.scss that broke SCSS compile A bad replacement in the previous commit left an extra '}' that prematurely closed the .o_fp_xpr block, dumping all the legend bar / PO status pill / part cell / bake pill styles OUTSIDE the namespace. SCSS compile silently produced an unusable bundle and the form rendered without any of the new visual treatment. Brace balance now verified at 0. --- .../static/src/scss/express_order.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/fusion_plating/fusion_plating_configurator/static/src/scss/express_order.scss b/fusion_plating/fusion_plating_configurator/static/src/scss/express_order.scss index 1d5a1fea..571ff76e 100644 --- a/fusion_plating/fusion_plating_configurator/static/src/scss/express_order.scss +++ b/fusion_plating/fusion_plating_configurator/static/src/scss/express_order.scss @@ -344,7 +344,6 @@ font-weight: 700; letter-spacing: 0.5px; } -} // ============================================================ // LEGEND bar above the lines table