Edit File: my_custom_functions_string_conversion.js
var sass = require('../../..'); module.exports = { 'foo($a)': function(str) { str = str.getValue().replace(/['"]/g, ''); return new sass.types.String('"' + str + str + '"'); } };
Back to File Manager