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

7 lines
127 B
JavaScript
Raw Normal View History

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