Consistency with comments

This commit is contained in:
Julien Déramond 2025-04-07 20:18:08 +02:00
parent a7fdd9a525
commit 077d0e8d2d
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
loader: 'sass-loader', loader: 'sass-loader',
options: { options: {
sassOptions: { sassOptions: {
// optional: silencing Sass deprecation warnings, see note below // Optional: Silence Sass deprecation warnings. See note below.
silenceDeprecations: [ silenceDeprecations: [
'mixed-decls', 'mixed-decls',
'color-functions', 'color-functions',