Update Tailwind CSS talk for DrupalCamp Ghent

This commit is contained in:
Oliver Davies 2024-05-11 10:25:48 +02:00
parent ad467a8700
commit cb4b396577
14 changed files with 425 additions and 255 deletions

View file

@ -0,0 +1,15 @@
.font-bold {
font-weight: bold;
}
.text-slate-900 {
color: #020617;
}
.text-5xl {
text-size: 3rem;
}
.flex {
display: flex;
}