Skip to content

Instantly share code, notes, and snippets.

module Jekyll
# https://gist.github.com/jasongraham/639920
# Compiled LESS CSS into CSS. You must specify an empty YAML front matter
# at the beginning of the file.
# .less -> .css
class LessConverter < Converter
safe true
priority :low
pygments_prefix "\n"
pygments_suffix "\n"