Files
PyUIBuilder/landingpages/landingpage/css/tailwind.css

10 lines
118 B
CSS
Raw Normal View History

2024-10-03 19:04:04 +05:30
@config "../tailwind.config.js";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components{
}