sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

File to import not found or unreadable: pnotify. #260

Closed Faisal-nfl closed 6 years ago

Faisal-nfl commented 8 years ago

I have application.scss file when I write @import "pnotify" than it gives error File to import not found or unreadable: pnotify.

Whats wrong with that

hperrin commented 6 years ago

I'm not sure what your file structure is, but maybe it should be

@import "node_modules/pnotify/dist/pnotify.css"

or

@import "pnotify.css"