# HG changeset patch
# User Steve Losh
Garter provides a function that will automatically re-render .less
files
into CSS before each request if they've changed.
NOTE: You need to have the LessCSS gem installed for this to work.
You can activate it by calling the lesscss
function with your Flask app as a
parameter:
from garter.lesscss import lesscss