Skip to content

Unresolved stylesheet #2062

@kevindptr21

Description

@kevindptr21

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

Image

To Reproduce
this is what i got inside node_modules

  1. script inside mantineStyles.css
Image
  1. this is inside the @matine package
Image

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions