Réponse

@use 'base'

Colonne
Explication

Attention : cela permet d'appeler les variables, mixins, et fonctions liées
This rule loads another Sass file as a module, which means you can refer to its variables, mixins, and functions in your Sass file with a namespace based on the filename. Using a file will also include the CSS it generates in your compiled output!

Question

Utiliser comme un module un autre fichier scss base.scss dans un scss existant

Thématique