UNPKG

bootstrap-sass

Version:

bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.

8 lines (6 loc) 147 B
var path = require('path'); module.exports = function(eyeglass, sass) { return { sassDir: path.join(__dirname, 'assets/stylesheets') } };