diff --git a/client/package-lock.json b/client/package-lock.json index d5cfe40a..070a6e83 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -50,6 +50,7 @@ "postcss-import": "^14.1.0", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.1.1", + "prettier-plugin-tailwindcss": "^0.2.1", "replace-in-file": "^6.3.5", "sass": "^1.54.6", "sass-loader": "^12.6.0", @@ -9515,6 +9516,18 @@ } } }, + "node_modules/prettier-plugin-tailwindcss": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", + "dev": true, + "engines": { + "node": ">=12.17.0" + }, + "peerDependencies": { + "prettier": ">=2.2.0" + } + }, "node_modules/pretty-format": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", @@ -18823,6 +18836,13 @@ "dev": true, "requires": {} }, + "prettier-plugin-tailwindcss": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", + "dev": true, + "requires": {} + }, "pretty-format": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", diff --git a/client/package.json b/client/package.json index a28c1afd..23e695e8 100644 --- a/client/package.json +++ b/client/package.json @@ -57,6 +57,7 @@ "postcss-import": "^14.1.0", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.1.1", + "prettier-plugin-tailwindcss": "^0.2.1", "replace-in-file": "^6.3.5", "sass": "^1.54.6", "sass-loader": "^12.6.0", diff --git a/client/src/components/ui/HorizontalBarChart.vue b/client/src/components/ui/HorizontalBarChart.vue index 3ed091e2..a3a30d9d 100644 --- a/client/src/components/ui/HorizontalBarChart.vue +++ b/client/src/components/ui/HorizontalBarChart.vue @@ -1,8 +1,8 @@ diff --git a/client/src/components/ui/RatingScale.vue b/client/src/components/ui/RatingScale.vue index caee9d29..7aaed69f 100644 --- a/client/src/components/ui/RatingScale.vue +++ b/client/src/components/ui/RatingScale.vue @@ -1,23 +1,23 @@