chore: standardize ESM-first architecture and resolve all type/test/lint errors
This commit is contained in:
8
postcss.config.cjs
Normal file
8
postcss.config.cjs
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable no-undef */
|
||||
/* eslint-env node */
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user