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

9 lines
192 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
var sass = require('../../..');
module.exports = {
'foo($a)': function(str) {
str = str.getValue().replace(/['"]/g, '');
return new sass.types.String('"' + str + str + '"');
}
};