Update bootstrap to version 5.3.0

This commit is contained in:
Julien Fastré 2023-11-20 11:05:36 +01:00
parent 3d4c439be4
commit b19a1ba53b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"@symfony/webpack-encore": "^4.1.0",
"@tsconfig/node14": "^1.0.1",
"bindings": "^1.5.0",
"bootstrap": "^5.0.1",
"bootstrap": "^5.3.0",
"chokidar": "^3.5.1",
"fork-awesome": "^1.1.7",
"jquery": "^3.6.0",

View File

@ -11,6 +11,7 @@
// 3. Include remainder of required Bootstrap stylesheets
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";
// 4. Include any default map overrides here
@import "custom/_maps";