initial commit: next.js 16 scaffold + docker + gitea actions
Some checks failed
Deploy stable / deploy (push) Failing after 1s
Some checks failed
Deploy stable / deploy (push) Failing after 1s
This commit is contained in:
7
postcss.config.mjs
Normal file
7
postcss.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user