I have installed compass, susy, compass-normalize and compass-rgbapng, but when I change style and want to compile it it writes following error:

error sass/cloudy.scss (Line 25 of sass/../layouts/epiqo/sass/omega/utility/_definition-lists.scss: Undefined mixin 'reset-columns'.)

Comments

anantagati’s picture

Status: Active » Fixed

Problem was that I used 'sudo gem install susy --pre' to install Susy. There should not be '--pre' which made problem by installing 2.x version of Susy.

To fix it I did this:

gem uninstall susy
gem install susy

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.