From 2c2c883115bf616486422da9835ebd315e7ed267 Mon Sep 17 00:00:00 2001 From: sn0wdr1am Date: Sun, 18 Jun 2023 23:40:53 +0800 Subject: [PATCH] Replace: node sass with dart sass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eda4308b..67f15ec2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", - "sass": "1.26.2", + "sass": "1.60.0", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", "serve-static": "1.13.2",