Skip to content

Commit

Permalink
fix(docs): possibly fix postcss-preset-mantine build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAuro committed Sep 30, 2024
1 parent d514747 commit 1ed2ac8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"scripts": {
"desktop": "yarn workspace desktop",
"docs": "yarn workspace docs"
},
"dependencies": {
"postcss-preset-mantine": "^1.17.0"
}
}
File renamed without changes.
7 changes: 7 additions & 0 deletions packages/docs/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
};

0 comments on commit 1ed2ac8

Please sign in to comment.