Use SugarSS

This commit is contained in:
Oliver Davies 2019-07-08 20:41:58 +01:00
parent 597b3d047a
commit 7319a7a940
22 changed files with 105 additions and 122 deletions

View file

@ -1,18 +0,0 @@
.table {
@apply w-full;
th {
@apply bg-gray-200 text-left;
}
th,
td {
@apply px-4 py-2 border border-solid border-gray-300;
}
}
table.is-striped {
tbody > tr:not(:nth-child(odd)) td {
@apply bg-gray-100;
}
}