Add TailwindCSS

Following https://tailwindcss.com/docs/installation
This commit is contained in:
Tobias 2021-01-17 21:01:44 +01:00
parent 946572a31c
commit f07e595830
5 changed files with 1255 additions and 3 deletions

View file

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--subtle-detail-color: #e5f5ff;
--subtle-detail-color-contrast: black;