From 02fc51c66a46a9468ec066c4d58ffd1e7929417b Mon Sep 17 00:00:00 2001 From: Guy Lyons Date: Mon, 6 Mar 2017 11:44:05 -0500 Subject: [PATCH] add missing comma --- docs/pt_BR/configurations/pre-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/configurations/pre-processors.md b/docs/pt_BR/configurations/pre-processors.md index 6cc20f8c9..bde9590d1 100644 --- a/docs/pt_BR/configurations/pre-processors.md +++ b/docs/pt_BR/configurations/pre-processors.md @@ -28,7 +28,7 @@ Ao contrĂ¡rio do que seu nome indica, [sass-loader](https://github.com/jtangelde loader: 'vue-loader', options: { loaders: { - scss: 'vue-style-loader!css-loader!sass-loader' //