nordtheme / highlightjs

An arctic, north-bluish clean and elegant highlight.js theme.
https://www.nordtheme.com/ports/highlightjs
MIT License
55 stars 6 forks source link

nord.css module not found #17

Open saurabhmehta1601 opened 2 years ago

saurabhmehta1601 commented 2 years ago

I am using nord-highlightjs within my Nextjs app after trying to link nord.css stylesheet inside head of html document using

<link href="node_modules/nord-highlightjs/dist/nord.css" rel="stylesheet" type="text/css" />

it says module is not found also I have checked package in node_modules and there was no dist folder and there is no code but only these files Screenshot from 2021-11-30 12-28-36 .

saurabhmehta1601 commented 2 years ago

is the package depricated because even the unpkg link https://unpkg.com/nord-highlightjs@0.2.0/dist/nord.css gives 404