Skip to content

Commit 1ed2ac8

Browse files
committed
fix(docs): possibly fix postcss-preset-mantine build error
1 parent d514747 commit 1ed2ac8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"scripts": {
1111
"desktop": "yarn workspace desktop",
1212
"docs": "yarn workspace docs"
13+
},
14+
"dependencies": {
15+
"postcss-preset-mantine": "^1.17.0"
1316
}
1417
}
File renamed without changes.

packages/docs/tailwind.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
content: [],
3+
theme: {
4+
extend: {},
5+
},
6+
plugins: [],
7+
};

0 commit comments

Comments
 (0)