Edit File: my_custom_arrays_of_importers.js
var sass = require('../../..'); module.exports = [ function() { return sass.NULL; }, function() { return { contents: 'div {color: yellow;}' }; } ];
Back to File Manager