Add Tailwind CSS

This commit is contained in:
Oliver Davies 2021-01-16 17:20:24 +00:00
parent 4072d067f7
commit e8d73af7fe
5 changed files with 199 additions and 13 deletions

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

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;