38c1c08441564ec7d79a10974d0f0894cdf34fae
[yaffs-website] / 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 ];