Edit File: my_custom_importer_data_cb.js
module.exports = function(file, prev, done) { done({ contents: 'div {color: yellow;}' }); };
Back to File Manager