[69507b]: / app / frontend / src / tailwind.css

Download this file

7 lines (6 with data), 100 Bytes

1
2
3
4
5
6
7
@tailwind base;
@tailwind components;
@tailwind utilities;
.active{
background-color: #2b6cb0
}