Files
Campus-Plug/frontend/src/index.css

5 lines
82 B
CSS
Raw Normal View History

2025-03-05 22:30:52 -07:00
@import "tailwindcss";
@tailwind base;
@tailwind components;
2025-04-19 10:22:16 -06:00
@tailwind utilities;