hexojs / hexo-renderer-less

Less renderer for Hexo.
https://hexo.io/
MIT License
14 stars 10 forks source link

Upgrade to less 2.5.1 and allow compression #11

Closed alias-mac closed 8 years ago

alias-mac commented 9 years ago

You can compress the output of the css with a config in your theme configuration.

// themes/yourtheme/_config.yml

less:
  compress: true
alias-mac commented 9 years ago

@tommy351 this will also fix #5 Thanks!