-
-
Notifications
You must be signed in to change notification settings - Fork 300
Unprocessed SASS causing visual regressions #4988
Copy link
Copy link
Labels
DEV: dev-opsDEV: frontendP0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regression
Description
Observed behavior
There are a variety of visual regressions occurring, like in the screenshot below, which appear to be occurring because SASS is not being transpiled, leading to variables being output in the CSS.
Expected behavior
SASS is properly transpiled to CSS and visual regressions are resolved
Errors and logs
As you can see in the below screenshot, the $thumbnail-width variable is being rendered in the CSS, when it should have been transpiled from SASS to CSS.
Usage Details
- Browser: Chrome
- Branch: unstable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DEV: dev-opsDEV: frontendP0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regression

