Open mnijhum opened 1 year ago
Next.JS does not support importing CSS in components, it only supports xxx.module.css in components. You may try to download the source code and move it to your local component folder. Then move markdown.css to your style folder, remove all the imports in original source code and import markdown.css file in index.css like this: @import './markdown.css';