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

6 lines
101 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
module.exports = function(file, prev, done) {
done({
contents: 'div {color: yellow;}'
});
};