Initial commit

This commit is contained in:
William Carroll 2019-11-15 07:04:59 -03:00
commit d0b29c4ccf
11 changed files with 242 additions and 0 deletions

3
public/tailwind.css Normal file
View file

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