Blog

Sass articles

Resolving Gulp libsass error

Posted: Wednesday 29th April, 2015 - 6:13pm
Author: James Griffiths

If you've recently updated the Gulp task runner program you might encounter the following error with a previously working installation of gulp-sass:

/Users/whatever-your-user-directory-is-called/project-directory/gulp/node_modules/gulp-sass/node_modules/node-sass/sass.js:22
throw new Error('`libsass` bindings not found. Try reinstalling `node-sass`?

We found the following fixed the issue, allowing for Gulp to process Sass as it had done prior to the update.

Read more...

Documenting Sass with SassDoc

Posted: Friday 28th November, 2014 - 9:12pm
Author: James Griffiths

So you've been working with Sass for some time now; creating functions and mixins for use in your team projects but now you've got a new developer picking up where you've left off - how to get them up to speed on working with the code you crafted?

Enter SassDoc...

Read more...
Top