b6f0124 0fea377
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; /* This file is for your main application CSS */ @keyframes loading-fade { 0% { opacity: 0; } 50% { opacity: 0.8; } 100% { opacity: 0; } }