UNPKG

jimdo-templateflow

Version:
17 lines (15 loc) 231 B
'use-strict' module.exports = function (config) { return { default: { src: [ `${config.sassDir}/**/*`, '*' ], options: { indentation: 'spaces', spaces: 2 } } } }