Hi Gabriel,
Thanks for your reply but unfortunately it didn't solve my issue. I have been struggling with this for over three days now and can't seem to get sass properly running. It keeps sending me an error when I try to compile the button.scss file into an css file. It gives me the following error:
error sass/src/./_ext-base.scss (Line 55: Undefined mixin 'linear-gradient'.)
When I run sass with the --watch command it gives me two warnings which I believe are old. If I look at the _ext-base.scss file I believe the two are explicitly imported.
Code:
$ sass --watch sass/src:css/src
>>> Sass is watching for changes. Press Ctrl-C to stop.
WARNING: Neither compass/css3.sass nor .scss found. Using compass/css3.css instead.
This behavior is deprecated and will be removed in a future version.
If you really need compass/css3.css, import it explicitly.
WARNING: Neither blueprint/typography.sass nor .scss found. Using blueprint/typography.css instead.
This behavior is deprecated and will be removed in a future version.
If you really need blueprint/typography.css, import it explicitly.
>>> Change detected to: /Library/WebServer/Documents/resources/sass/src/button.scss
WARNING: Neither compass/css3.sass nor .scss found. Using compass/css3.css instead.
This behavior is deprecated and will be removed in a future version.
If you really need compass/css3.css, import it explicitly.
WARNING: Neither blueprint/typography.sass nor .scss found. Using blueprint/typography.css instead.
This behavior is deprecated and will be removed in a future version.
If you really need blueprint/typography.css, import it explicitly.
error sass/src/./_ext-base.scss (Line 55: Undefined mixin 'linear-gradient'.)
I'm running haml-3.0.18, and compass-0.10.5
ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0]
Your help is very much appreciated!
Best regards,
Diederik.