Skip to content

Commit

Permalink
Add eyeglass support
Browse files Browse the repository at this point in the history
  • Loading branch information
franzheidl committed May 29, 2015
1 parent c9a4e7e commit 244cb86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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, 'sass')
}
}
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.1",
"description": "Sass Mixins to write BEM-style SCSS source",
"main": "sass/_bemify.scss",
"eyeglass": {
"exports": "eyeglass-exports.js"
},
"author": "Franz Heidl",
"repository": {
"type": "git",
Expand All @@ -12,10 +15,10 @@
"keywords": [
"sass",
"scss",
"bem"
"bem",
"eyeglass-module"
],
"license": "MIT",
"author": "Franz Heidl",
"bugs": {
"url": "https://github.com/franzheidl/bemify/issues"
},
Expand Down

0 comments on commit 244cb86

Please sign in to comment.