diff --git a/react/README.md b/react/README.md index 22a3726..8f41f88 100644 --- a/react/README.md +++ b/react/README.md @@ -23,8 +23,7 @@ Follow below instructions to configure this package into your project. Before you begin, make sure you have the following software installed: - [Node.js](https://nodejs.org/) - v20.x -- React with Next.js -- sass +- React ### Installation diff --git a/vue/README.md b/vue/README.md index e88957e..99e914c 100644 --- a/vue/README.md +++ b/vue/README.md @@ -24,7 +24,6 @@ Before you begin, make sure you have the following software installed: - [Node.js](https://nodejs.org/) - v20.x - Vue3 -- sass ### Installation diff --git a/vue/examples/demo/package.json b/vue/examples/demo/package.json index 52874e7..8c2455d 100644 --- a/vue/examples/demo/package.json +++ b/vue/examples/demo/package.json @@ -28,7 +28,6 @@ "eslint-plugin-vue": "^9.17.0", "npm-run-all2": "^6.1.1", "prettier": "^3.0.3", - "sass": "^1.69.5", "typescript": "~5.2.0", "vite": "^4.4.11", "vue-tsc": "^1.8.19"