web-humas-fe/styles/globals.css

7 lines
117 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
*{
border: 1px solid green;
}