From 2cb5b6f8f9240030c959a665fe9259273344ce72 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Fri, 30 Apr 2021 11:54:50 +0200 Subject: [PATCH] Replace node-sass with sass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ab5fd2..228fad8 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "jest": "^26.1.0", "maildev": "^1.1.0", "mini-css-extract-plugin": "^1.2.1", - "node-sass": "^5.0.0", "nodemon": "^2.0.3", + "sass": "^1.32.12", "sass-loader": "^11.0.1", "terser-webpack-plugin": "^5.0.3", "ts-jest": "^26.1.1",