-
-
Notifications
You must be signed in to change notification settings - Fork 621
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Fresh install the blocknote with mantine is getting error caused unresolved stylesheet.
When im lookin at node_modules
its doesn't have any styles
dir inside @mantine/core
BlockNote: v0.40.0
@mantine/core: v8.3.3
@mantine/hooks: v8.3.3
@mantine/utils: v6.0.22

To Reproduce
this is what i got inside node_modules
- script inside
mantineStyles.css

- this is inside the
@matine
package

Misc
the Docs said:
import "@blocknote/core/fonts/inter.css";
import "@blocknote/mantine/style.css";
But this is what i did to fix them
import '@mantine/core/styles.css'
import '@blocknote/core/fonts/inter.css'
import '@blocknote/mantine/blocknoteStyles.css'
- Node version: 20.19
- Package manager: [email protected]
- Browser: Chrome v140.0.7339.214 (Official Build) (arm64)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working