biofriction-wp-theme/node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importe...

13 lines
175 B
JavaScript

var sass = require('../../..');
module.exports = [
function() {
return sass.NULL;
},
function() {
return {
contents: 'div {color: yellow;}'
};
}
];