Skip to content

Commit d4e4986

Browse files
kaeligjhnns
authored andcommitted
docs: Capitalize Sass (#551)
1 parent 44fe61c commit d4e4986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<img width="200" height="200"
1515
src="https://webpack.js.org/assets/icon-square-big.svg">
1616
</a>
17-
<h1>SASS Loader</h1>
18-
<p>Loads a SASS/SCSS file and compiles it to CSS.</p>
17+
<h1>Sass Loader</h1>
18+
<p>Loads a Sass/SCSS file and compiles it to CSS.</p>
1919
</div>
2020

2121
Use the [css-loader](https://github.com/webpack-contrib/css-loader) or the [raw-loader](https://github.com/webpack-contrib/raw-loader) to turn it into a JS module and the [ExtractTextPlugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract it into a separate file.

0 commit comments

Comments
 (0)