From 6343cdd304a7c882ec7831b39ce94cf94399fdc2 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Mon, 28 Aug 2023 18:06:10 -0700 Subject: [PATCH] Correction Ritwick Dey's Live Sass Compiler was deprecated on March 10, 2022, with a drop-in replacement by glenn2223. added the wrong one my bad. Signed-off-by: Sophia Atkinson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cffb6bd..70a4907 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ To build SCSS run sass --no-source-map --watch scss/.:css ``` OR -use [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) \ No newline at end of file +use [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) \ No newline at end of file