Files
PyUIBuilder/landingpages/tailwind/tailwind.css

11 lines
119 B
CSS
Raw Normal View History

2024-09-28 23:24:40 +05:30
@config "../tailwind.config.js";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components{
}