I am trying to use https://github.com/primer/css within GitHub pages.
There are some npm commands but I don't know how to import the files to my project folder.
Adding @import "@primer/css/index.scss"; to my style.css file is not sufficient. I need some sass files but I don't know where to find them after running npm install --save @primer/css. I know that the answer is easy and I read about the --prefix option.
I am sure I am missing something trivial but important. Give me a hint!