forge/resources/css/app.css

8 lines
93 B
CSS
Raw Normal View History

2024-05-13 18:55:34 -04:00
@tailwind base;
@tailwind components;
@tailwind utilities;
[x-cloak] {
display: none;
}