init repo with basic templates

This commit is contained in:
spencerwooo
2021-06-22 13:17:15 +01:00
parent 03c05b4d66
commit 0f049edbce
7 changed files with 1244 additions and 212 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}