biofriction-wp-theme/node_modules/node-sass/test/fixtures/extras/my_custom_importer_file.js

8 lines
207 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
var path = require('path');
module.exports = function(file) {
return {
file: path.resolve(path.join(process.cwd(), 'test/fixtures/include-files/', file + (path.extname(file) ? '' : '.scss')))
};
};