JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
973 stars 399 forks source link

The selector ".dropify-font-empty" was not found #52

Closed rfoel closed 7 years ago

rfoel commented 7 years ago

So I was going to use the Dropify source sass and I get this error whenever I try to compile it. It turns out that the .dropify-font-empty is never declared in the source code, although it's being extended in the line 247. It can be easily fixed by commenting out this line or adding !optional at the end of it.

maximecolin commented 7 years ago

Same problem here. It prevents me from compiling my assets.

maximecolin commented 7 years ago

Thanks @JeremyFagis 👍