A working GH Page

This commit is contained in:
Jeff Triplett
2020-10-01 22:39:05 -05:00
parent 45dd0bc8eb
commit 7cf268a2cc
14 changed files with 108941 additions and 2 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}