Visual Studio Code – scss – Usage of '~' in imports is deprecated – angular – vscode
Since angular 13, using a tilde (~) to import SCSS files from the node_modules close.component.scss :host ::ng-deep { // Configuration @import "~bootstrap/scss/functions"; @import "~bootstrap/scss/variables"; @import "~bootstrap/scss/mixins"; // Layout & components @import "~bootstrap/scss/close"; } results in the following warning after running…