initial commit

This commit is contained in:
Noah Paige
2022-11-22 09:28:51 -08:00
commit 19d37e16da
15 changed files with 2456 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer')],
};