fix(chore): prettier format

This commit is contained in:
Shahrad Elahi
2023-12-19 13:21:11 +03:30
parent 42bc3dc971
commit 8488858c46
66 changed files with 340 additions and 277 deletions

View File

@@ -6,8 +6,8 @@ const config = {
//Some plugins, like tailwindcss/nesting, need to run before Tailwind,
tailwindcss(),
//But others, like autoprefixer, need to run after,
autoprefixer
]
autoprefixer,
],
};
module.exports = config;
module.exports = config;