Skip to content

Commit d43842d

Browse files
committed
Fix Mantine stylesheet path in angular.json
See TypeCellOS/BlockNote#2033
1 parent e806a24 commit d43842d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"bundleName": "backlogs"
5454
},
5555
"src/styles.scss",
56-
"node_modules/@blocknote/mantine/dist/style.css",
56+
"node_modules/@blocknote/mantine/src/style.css",
5757
"node_modules/codemirror/lib/codemirror.css",
5858
"src/vendor/jquery-ui-1.14.1/jquery-ui.css",
5959
"src/vendor/jquery-ui-1.14.1/jquery-ui.structure.css",

0 commit comments

Comments
 (0)