Skip to content

Commit

Permalink
Add Eyeglass exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed May 28, 2015
1 parent ab89b85 commit b02aa0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eyeglass-exports.js
@@ -0,0 +1,7 @@
var path = require('path');

module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'stylesheets')
}
}

0 comments on commit b02aa0d

Please sign in to comment.