thoughtbot/bourbon

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
var path = require("path");

module.exports = {
  includePaths: [
    path.join(__dirname, "core")
  ]
};