UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

9 lines (7 loc) 192 B
var sass = require('../../..'); module.exports = { 'foo($a)': function(str) { str = str.getValue().replace(/['"]/g, ''); return new sass.types.String('"' + str + str + '"'); } };