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

7 lines
142 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
module.exports = function(file, prev, done) {
done({
file: '/some/random/path/file.scss',
contents: 'div {color: yellow;}'
});
};