enhance: move PostCSS config to package.json for better Windows compatibility

- For Windows users, if the path to the project contains spaces, the PostCSS configuration must be placed within the package.json file to ensure proper functionality.
- Fixes #150 issue.
This commit is contained in:
tfsumon
2024-10-02 13:13:39 +06:00
parent 65ea3ca8db
commit 576873cfdc
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};