From 02b1c39e9e6ca41254d429205b161c367549ea51 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 8 Aug 2020 09:46:01 +0200 Subject: [PATCH] Mysterious whitespace difference after npm install. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bb00..72df883 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "sass": "^1.26.10" }, "scripts": { - "sass": "node-sass -w components/main.scss -o public/ --recursive", + "sass": "node-sass -w components/main.scss -o public/ --recursive", "styleguide": "fractal start --sync", "suite": "npm run sass & npm run styleguide" }