jackw / eyeglass-image-dimensions

An eyeglass module giving node-sass the same image dimension functionality found in ruby compass.
Apache License 2.0
4 stars 0 forks source link

Consider using ">=0.8.0" for eyeglass "needs" #4

Closed Digznav closed 7 years ago

Digznav commented 7 years ago

Hi,

I'm getting this messages when I compile my SASS files:

The following modules are incompatible with eyeglass 1.2.1:
  image-dimensions needed eyeglass ^0.8.0

Is it possible to change the compatibility line to "needs": ">=0.8.0" ?

As mentioned in sass-breakpoint issue #174:

It maintains current compatibility and future proofs against 1.x releases of eyeglass.

jackw commented 7 years ago

Hi there, Thanks for raising this and apologies for taking a while to get this up to date. Latest release should squash that incompatibility message for you.

Digznav commented 7 years ago

Thanks a lot :D 👍