From 8a4c5af53df72c4194cfc80de2950a5d906906c0 Mon Sep 17 00:00:00 2001 From: Casey Hill Date: Tue, 26 Jul 2022 17:27:45 -0500 Subject: [PATCH] adding fixes for SASS [appends #46] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c484e8..948b94d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "deploy": "gh-pages -d dist" }, "dependencies": { - "fsa-style": "^2.7.3", + "fsa-style": "^2.7.4", "uuid": "^8.3.2", "vue": "^3.0.5", "vue-router": "^4.0.11",