EZPPLauncher/src/app.pcss

9 lines
146 B
Plaintext
Raw Normal View History

2024-01-09 12:10:37 +00:00
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
font-family: "Prompt";
}