app.less 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 @tailwind base; @tailwind components; @tailwind utilities; .bg-blue-500 { background-color: #4A90E2 !important; } .text-blue-500 { color: #4A90E2 !important; } .border-blue-500 { border-color: #4A90E2 !important; }