The citation.scss file is one folder up, and then in packages/citations, not in the same folder as _lens.scss. I still don't know why this works if I just use npm run start in your project, but it definitely breaks for me:
@import './packages/citations/citation.scss';
^
File to import not found or unreadable: ./packages/citations/citation.scss
The citation.scss file is one folder up, and then in
packages/citations
, not in the same folder as _lens.scss. I still don't know why this works if I just usenpm run start
in your project, but it definitely breaks for me: