feat: notifications, redux, tailwind

This commit is contained in:
2025-07-27 11:41:43 +04:00
parent 5e6cfe8070
commit 948480c219
38 changed files with 9594 additions and 2229 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
"postcss-preset-mantine": {},
"@tailwindcss/postcss": {},
"postcss-simple-vars": {
variables: {
"mantine-breakpoint-xs": "36em",
@ -12,4 +12,4 @@ module.exports = {
},
},
},
}
};