Änderungen

Zur Navigation springen Zur Suche springen
8 Bytes hinzugefügt ,  21:16, 28. Dez. 2025
Zeile 304: Zeile 304:  
   npm install --save bootstrap
 
   npm install --save bootstrap
   −
In src/styles/globals.scss importiere Bootstrap-SCSS
+
In src/styles/globals.scss importiere (neu: use) Bootstrap-SCSS
   @import '~bootstrap/scss/bootstrap.scss';
+
   @use '~bootstrap/scss/bootstrap.scss';
    
Die Tilde ~ ist dabei eine Kurzform für das node_modules/-Verzeichnis.
 
Die Tilde ~ ist dabei eine Kurzform für das node_modules/-Verzeichnis.

Navigationsmenü