chore: fixed some prettier formatting errors in postcss.config.js

This commit is contained in:
sct
2020-08-17 02:01:15 +00:00
parent 89a6017c7f
commit ec33c639cd
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
plugins: ["tailwindcss", "postcss-preset-env"],
plugins: ['tailwindcss', 'postcss-preset-env'],
};