stylesheet into --sass-dir. But yah, if you just want the mixins,
On May 4, 1:49 pm, Thomas Reynolds <
tdre...@gmail.com> wrote:
> Does the compass-less-plugin export anything into the stylesheets folder or is the whole library contained in the gem/library? Unless they require some generated code, you should be able to just add the require line to the mm config.rb
>
> -Thomas
>
>
>
>
>
>
>
> On Wednesday, May 4, 2011 at 10:43 AM, Janson wrote:
> > I ran into the same issue(s) with using Compass. My current project is
> > using middleman 1.2.4, compass, and the compass-less-plugin. I managed
> > to get around it by creating the middleman project first, and then
> > adding compass second.
>
> > $ mm-init project
> > $ cd project
> > $ compass init --sass-dir views/stylesheets/ -r compass-less-plugin --
> > using compass-less-plugin
>
> > A couple notes:
>
> > 1) Compass doesn't like middleman's config.rb. So either create a
> > blank one, or just temporarily comment out what's in middleman's.
> > 2) Compass will add a few files you won't need in middleman, so just
> > delete 'em.
> > 3) To use compass and/or compass-less-plugin in your SASS, you'll need
> > to require the gems in config.rb
> > 4) An older version of middleman had a naming conflict with gem