<div dir="ltr">Have you done a git pull recently, to pull in changes I made yesterday?<div><br></div><div>The error about an undefined mixin is resolved in my copy of the code.  The establish-baseline mixin is defined on line 99 of sass/partials/_mixins.scss</div><div><br></div><div>I've gone to quite a lot of effort so far to avoid anything other than the basis sass compiler built in to Nikola, so I'm not aware that you'll need anything else...</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 December 2014 at 13:09, Chris Croome <span dir="ltr"><<a href="mailto:chris@webarchitects.co.uk" target="_blank">chris@webarchitects.co.uk</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I was just looking at reviewing the updates Mark made yesterday but I<br>
get this error when trying to build the site:<br>
<br>
  nikola build<br>
<br>
  Scanning posts......done!<br>
  .  build_sass:output/assets/css/webarch.css<br>
  Error: Undefined mixin 'establish-baseline'.<br>
          on line 1 of cache/sass/partials/_type.scss, in `establish-baseline'<br>
          from line 1 of cache/sass/partials/_type.scss<br>
          from line 68 of cache/sass/webarch.scss<br>
    Use --trace for backtrace.<br>
  ########################################<br>
  TaskError - taskid:build_sass:output/assets/css/webarch.css<br>
  PythonAction Error<br>
  Traceback (most recent call last):<br>
    File "/usr/local/lib/python2.7/dist-packages/doit/action.py", line 365, in execute<br>
      returned_value = self.py_callable(*self.args, **kwargs)<br>
    File "/home/chris/webarch-nikola/plugins/sass/sass.py", line 105, in compile_target<br>
      compiled = subprocess.check_output([self.compiler_name] + self.compiler_options + [src], shell=run_in_shell)<br>
    File "/usr/lib/python2.7/subprocess.py", line 544, in check_output<br>
      raise CalledProcessError(retcode, cmd, output=output)<br>
  CalledProcessError: Command '[u'sass', u'-l', u'cache/sass/webarch.scss']' returned non-zero exit status 65<br>
<br>
Mark -- is there something else we now need to do to build the site?<br>
<br>
All the best<br>
<span class="HOEnZb"><font color="#888888"><br>
Chris<br>
<br>
--<br>
Webarchitects Co-operative<br>
<a href="http://webarchitects.coop/" target="_blank">http://webarchitects.coop/</a><br>
<a href="tel:%2B44%20114%20276%209709" value="+441142769709">+44 114 276 9709</a><br>
@webarchcoop<br>
<br>
_______________________________________________<br>
webarch-websites mailing list<br>
<a href="mailto:webarch-websites@lists.webarch.co.uk">webarch-websites@lists.webarch.co.uk</a><br>
<a href="https://lists.webarch.co.uk/mailman/listinfo/webarch-websites" target="_blank">https://lists.webarch.co.uk/mailman/listinfo/webarch-websites</a><br>
</font></span></blockquote></div></div>