chore: npm run fmt

This commit is contained in:
AJ ONeal 2023-10-21 22:32:57 -06:00
parent 2eea764378
commit d188512263
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98
3 changed files with 62 additions and 62 deletions

View File

@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
autoprefixer: {}
}
};