Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eyeglass-exports.js - github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec49addd5c6df7d45a880e6d05c77f1e9d4319b2 (plain)
1
2
3
4
5
6
7
var path = require('path');

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