This commit is contained in:
Nikita
2024-07-15 20:08:18 +04:00
commit 228faf226a
19 changed files with 335 additions and 0 deletions

8
web/postcss.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;