We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fdd9a commit 077d0e8Copy full SHA for 077d0e8
site/content/docs/5.3/getting-started/webpack.md
@@ -206,7 +206,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first
206
loader: 'sass-loader',
207
options: {
208
sassOptions: {
209
- // optional: silencing Sass deprecation warnings, see note below
+ // Optional: Silence Sass deprecation warnings. See note below.
210
silenceDeprecations: [
211
'mixed-decls',
212
'color-functions',
0 commit comments