inital commit

This commit is contained in:
timothycarambat
2023-06-03 19:28:07 -07:00
commit 27c58541bd
100 changed files with 5394 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import tailwind from 'tailwindcss'
import autoprefixer from 'autoprefixer'
import tailwindConfig from './tailwind.config.js'
export default {
plugins: [tailwind(tailwindConfig), autoprefixer],
}