UNPKG

less-plugin-sass2less

Version:

A plugin for less that converts SASS files into LESS. It comes with a cmd utility too.

8 lines (7 loc) 164 B
module.exports = { pattern: /(@function\s)|(@return)/gi, replacement: function (match, func, rt) { return func ? '.function-' : 'return:' }, order: 1 }