Search code examples
sasscompass-sassfuelphp

compact() issue with compass


I have just started using compass and need to use it in a Fuel project so running compass create is not viable for me.

I have imported the files manually but it is putting compact() over all my mixins making them not work.

I have reinstalled the gem and still no luck.

Any ideas?


Solution

  • I think the likely problem is that the compact() function is defined in Ruby by Compass, so is not being included. The easiest solution is to reimplement the function in Sass.

    Somebody else posted the appropriate solution here: "Compact" function in Bourbon with SASS not called