This commit is contained in:
jeffvli
2025-07-29 19:07:58 -07:00
parent 98e8bda45d
commit a7430dae31
60 changed files with 583 additions and 155 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
module.exports = {
plugins: {
'postcss-preset-mantine': {},
'postcss-preset-mantine': {
mixins: {},
},
},
};