mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
Initial commit from Create Next App
This commit is contained in:
commit
4b6e9dd70f
15 changed files with 5229 additions and 0 deletions
8
postcss.config.mjs
Normal file
8
postcss.config.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue