Edit File: my_custom_importer_file_and_data_cb.js
module.exports = function(file, prev, done) { done({ file: '/some/random/path/file.scss', contents: 'div {color: yellow;}' }); };
Back to File Manager