Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / 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 };