Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / extras / my_custom_importer_data.js
1 module.exports = function() {
2   return {
3     contents: 'div {color: yellow;}'
4   };
5 };