Skip to content

Remove globbed @import

What does this MR do and why?

Remove globbed @import

Globbed @import is not supported by Dart Sass. Furthermore, @import will be removed in the future, so plans to migrate away from @import should be put in place.

Added a simple _index.scss to mitigate globbed imports

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

/cc @leipert

Merge request reports