Initial commit

This commit is contained in:
Oliver Davies 2020-07-08 09:05:34 +01:00
commit 2623567566
13 changed files with 48953 additions and 0 deletions

29
assets/css/tailwind.pcss Normal file
View file

@ -0,0 +1,29 @@
@tailwind base;
a:hover,
a:focus {
@apply underline
}
@tailwind components;
.nav-item {
@apply flex text-gray-200 text-xs;
@screen lg {
@apply text-sm
}
}
@tailwind utilities;
.filter-contrast-1 {
filter: contrast(1%)
}
.filter-invert-100 {
filter: invert(100%)
}
.with-arrow:after {
content: "\A0\2192"
}