substance / lens

Lens - open science content creation and display
http://substance.io/lens
MIT License
124 stars 20 forks source link

Correct the citation.scss file path. #85

Closed jure closed 8 years ago

jure commented 8 years ago

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
michael commented 8 years ago

Hm... yeah that's definitely the wrong relative path. Sass does some magic regarding looking up files.