diff --git a/client/package.json b/client/package.json index 27ad7144..94a328fb 100644 --- a/client/package.json +++ b/client/package.json @@ -34,6 +34,8 @@ "postcss": "^8.4.12", "postcss-import": "^14.1.0", "prettier": "^2.5.1", + "sass": "^1.50.1", + "sass-loader": "^12.6.0", "start-server-and-test": "^1.14.0", "tailwindcss": "^3.0.24", "typescript": "~4.6.3", diff --git a/client/src/App.vue b/client/src/App.vue index 78814c46..009baeb6 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -21,7 +21,6 @@ import HelloWorld from '@/components/HelloWorld.vue'