Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / extras / my_custom_arrays_of_importers.js
1 var sass = require('../../..');
2
3 module.exports = [
4   function() {
5     return sass.NULL;
6   },
7   function() {
8     return {
9       contents: 'div {color: yellow;}'
10     };
11   }
12 ];