mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
![]() |
var path = require('path');
|
||
|
|
||
|
module.exports = function(eyeglass, sass) {
|
||
|
return {
|
||
|
sassDir: path.join(__dirname, 'assets/stylesheets')
|
||
|
}
|
||
|
}
|