UNPKG

less-plugin-sass2less

Version:

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

10 lines (9 loc) 250 B
/* The !default attribute is not needed in LESS, because of lazy loading. Thus we just remove it. http://lesscss.org/features/#variables-feature-default-variables */ module.exports = { pattern: /\s?\!default/gi, replacement: '', order: 3 }