Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Wrong path in the images mixin #27

Closed fivestrokes closed 9 years ago

fivestrokes commented 9 years ago

I just downloaded the library from bower (v. 0.12.3) and the sass compiler broke trying to compile the images mixin (lib/compass/css3/_images.scss). It could not import the hacks mixin in the utilities folder (lib/compass/utilities/general/_hacks.scss) _Import path was_: "../../utilities/general/hacks" _Changed to_: "../utilities/general/hacks" That fixed it. Thanks.

Igosuki commented 9 years ago

Hey thanks for the input, the fix was incorporated in the following tags.