8 lines
107 B
CSS
8 lines
107 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.bg-success {
|
|
background-color: #28a745;
|
|
}
|