From 25ac0be41200b539202f5b0d91de367c4c94b25f Mon Sep 17 00:00:00 2001 From: Benjamin Schachter Date: Sun, 11 Jun 2017 12:32:23 -0400 Subject: [PATCH] fix typo removes and and --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.