Add tailwind to _app

This commit is contained in:
Sam Carlton 2021-09-11 13:23:18 -05:00
parent 44dea80340
commit 867a5e7a78
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"paths": {
"@/components/*": ["components/*"],
"@/helpers/*": ["helpers/*"],
"@/styles/*": ["assets/css/*"],
}
}
}