Re: [nesta] how can i integrate with compass and susy
- From:
- Raymond
- Date:
- 2012-02-20 @ 03:49
Thank you for the help! I had to do the add the following because I also
prefer scss over sass:
*Gemfile:
gem 'compass-susy-plugin', require: 'susy'
*app.rb:
..
require 'susy'
..
module Nesta
set :scss, Compass.sass_engine_options
Thanks again, vertical rhythm here we come. Hopefully this will help
someone else too.
On Sun, 2012-02-19 at 18:32 -0500, Chad Ostrowski wrote:
> Hi, Delgado. I don't know if it's necessarily the best way to do it,
> but this works for me.
>
>
> On Sunday, February 19, 2012 at 12:28 PM, delgado.raymond@gmail.com
> wrote:
>
> > I have seen some suggestions and gists related to using compass. It
> > seems that one suggestion is just to run compass in tandem with
> > nesta to generate stylesheets on the fly. However when I do this my
> > @include's don't seem to work. I think it may because nesta also
> > comples .sass and .scss so there may be a conflict - although I
> > could be way off.
> >
> > What is the recommended way to use compass and susy with my nesta
> > projects?
>
>