Replies: 1 comment
-
To register a global style, you must put it in import '../../node_modules/react-quill/dist/quill.snow.css'
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
} There is an RFC to allow this CSS import on a per-page basis. And also an issue that also talks about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to register alignment styles in react-quill with nextjs could anyone please help me out.
Stack overflow question link
Beta Was this translation helpful? Give feedback.
All reactions