format with standard js

This commit is contained in:
2022-01-22 22:56:53 -05:00
committed by oliviasculley
parent 67c30d7f88
commit 67b48e1a3f
4 changed files with 44 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
}
}
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {}
}
}