Initial commit

This commit is contained in:
Martin Berg Alstad
2022-12-04 17:51:05 +01:00
commit 5e8aefe665
23 changed files with 2458 additions and 0 deletions

7
postcss.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};