Hi,

I just start a new project with Omega 4.4 and I cannot figure out how to include Layouts, Panels, and Panels Everywhere to the new Omega version.

With Omega 4.3, I was following the LevelupTuts tutorial (http://leveluptuts.com/tutorials/complete-guide-omega-4/21-layouts-panel...), but now I can't find the way to compile the .scss files from the sass/layout/* folder to CSS.

Could somebody tell me what I'm missing?

Thanks for help,
.dan

CommentFileSizeAuthor
Screenshot 2015-10-21 09.32.53.jpg66.87 KBdan_metille

Comments

sahaj created an issue. See original summary.

bramvandenbulcke’s picture

You need to have Drush, XCode, Homebrew and Node on your system. When you have worked with the old starterkit, you should have all these except for Node.

Next, follow the tutorial from Vagelis: https://www.drupal.org/node/2537364#comment-10287771.
To install the layouts, check my tutorial: http://bramvandenbulcke.be/en/article/drupal-creating-custom-layout-omega-4.

I was having some troubles with my imports in my layoutname.layout.scss but by adding the import starting from the base url I fixed this:

@import "singularitygs";
@import "compass";
@import "breakpoint";

@import "./sass/variables/**/*.scss";
@import "./sass/abstractions/**/*.scss";
@import "./sass/base/**/*.scss";
@import "./sass/components/**/*.scss";
dan_metille’s picture

@bramvandenbulcke Thank you, I really appreciate your help! Now I got it working.

dan_metille’s picture

Status: Active » Closed (fixed)
osopolar’s picture

Status: Closed (fixed) » Fixed

@sahaj: What was the problem, why panel layouts did work for you on 4.3 but not on 4.4? I guess documenting it could be helpful for others who may have the same problems.

Status: Fixed » Closed (fixed)

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