Files
PyUIBuilder/landingpages/tailwind/tailwind.css
2024-09-28 23:24:40 +05:30

11 lines
119 B
CSS

@config "../tailwind.config.js";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components{
}