what2watch/scss/vendor/compass-breakpoint/eyeglass-exports.js

7 lines
138 B
JavaScript
Raw Normal View History

2023-09-22 00:43:18 +00:00
var path = require('path');
module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'stylesheets')
}
}