mirror of https://github.com/twbs/bootstrap.git
Consistency with comments
This commit is contained in:
parent
a7fdd9a525
commit
077d0e8d2d
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue