e29f042ea60871208249c3657040ebe20f7f043c
[yaffs-website] / extras / my_custom_importer_file_and_data.js
1 module.exports = function() {
2   return {
3     file: '/some/random/path/file.scss',
4     contents: 'div {color: yellow;}'
5   };
6 };