lundi 15 mai 2017

Import ember add-on (SASS library) to react app

I have a simple one page react app. And I'd like to import an Ember SASS library into it (link to library in question).

I'm only interested in importing the styles. Is there a way to do that? Currently I'm getting an error.

Thank you!

=> changed: /Users/me/Documents/projects/this-project/src/App.scss
{
  "status": 1,
  "file": "/Users/me/Documents/projects/this-project/src/App.scss",
  "line": 3,
  "column": 1,
  "message": "File to import not found or unreadable: nypr-ui.\nParent style sheet: /Users/me/Documents/projects/this-project/src/App.scss",
  "formatted": "Error: File to import not found or unreadable: nypr-ui.\n       Parent style sheet: /Users/me/Documents/projects/this-project/src/App.scss\n        on line 3 of src/App.scss\n>> @import \"nypr-ui\";\n   ^\n"
}




Aucun commentaire:

Enregistrer un commentaire