'Bootstrap 5 custom via npm/gulp @use breaks it
In a project I'm using Bootstrap 5, importing modules from node_modules with a big list of @import (ex. @import "../node_modules/boostrap/scss/functions" etc...).
I'm worried about the deprecation of @import coming soon.
Simply replacing the @import with @use will break the sass build (my compiler doesn't seem to be the culprit as simple cases with @use do work).
It seems to be a problem with the new scoping of @use and npm bootstrap 5.
What should I do?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
