diff --git a/README.md b/README.md index a992b656..b6ff483a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ src="https://webpack.js.org/assets/icon-square-big.svg">

SASS Loader

-

Loads a SASS/SCSS file and and compiles it to CSS.

+

Loads a SASS/SCSS file and compiles it to CSS.

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.