From e7283ba10d45b42e1274cd13c3d6aabec57c85b4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 30 Nov 2025 17:58:55 +0100 Subject: feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles - Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design. --- src/frontend/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/frontend/package.json') diff --git a/src/frontend/package.json b/src/frontend/package.json index cbf353a..53d23ef 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -17,6 +17,7 @@ "@fontsource-variable/roboto": "^5.2.8", "@react-router/node": "^7.9.6", "@react-router/serve": "^7.9.6", + "@tailwindcss/vite": "^4.1.17", "framer-motion": "^12.23.24", "fuse.js": "^7.1.0", "i18next-browser-languagedetector": "^8.2.0", @@ -30,7 +31,8 @@ "react-leaflet-markercluster": "^5.0.0-rc.0", "react-loading-skeleton": "^3.5.0", "react-modal-sheet": "^5.2.1", - "react-router": "^7.9.6" + "react-router": "^7.9.6", + "tailwindcss": "^4.1.17" }, "devDependencies": { "@eslint/js": "^9.39.1", -- cgit v1.3