I am not very advanced at using Ruby, but have been using Sass, Susy, etc, for a while. Is it possible to use the new Susy (v. 2) with Omega? There is a lot that seems to go on when creating a sub theme, and it's very easy to get lost...I imagine it would be a command in the terminal, but I just don't know. Thanks for your time and patience!

Comments

fubhy’s picture

Status: Active » Fixed

I personally don't use Susy but Omega itself doesn't do anything about the Gems other than creating a pre-defined Gemfile in your theme folder. Once that's done, Omega is out of that business entirely and it's all about what you do with your theme and what you choose to use for your Sass stack.

A quick look at the Gemfile generated from Omega reveals that it does not lock the Susy version in any way so as Susy 2.0 is stable now it should automatically install Susy 2.0 when you set up a new theme. If you are on an older project that started before Susy 2.0 was out a bundle update should get you up and running on Susy 2.0.

So: Look at your theme's Gemfile, possibly run "bundle update".

caponey’s picture

cool, will do. and thank you very much!

lakshminp’s picture

Status: Fixed » Closed (fixed)

Even if you've got susy 2 installed and have your code written for susy 1, you can get away by doing this:

@import "susyone";

Source: Susy docs