From: charleswrayjr Date: Sat, 13 Sep 2025 16:54:23 +0000 (-0500) Subject: Working on tailwind and styles. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=7e25b28b7fbfde6da452434b62382598175158dd;p=phs-admin.git Working on tailwind and styles. --- diff --git a/src/styles/App.css b/src/styles/App.css index b7a6f3c..41a15fd 100755 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -1,3 +1,5 @@ +@import "../index.css"; + .container { @apply max-w-7xl mx-auto p-4; }