jubalm / grunt-fontello

grunt task for downloading fonts from fontello.com
MIT License
45 stars 25 forks source link

Add support for LESS #40

Closed ericcornelissen closed 6 years ago

ericcornelissen commented 7 years ago

Resolves #17, maybe we should add support for LESS as output possibility besides SCSS.

To get this working I updated the existing options object, removed the scss option and added a new option called preprocessor which accepts 3 values: "none", "less" and "scss" (case insensitive). I updated the README.md accordingly and also added backwards compatibility for the scss option, outputting a deprecated warning if it is being used.