ksux / ks-design-guide

Live pattern library for Kuali Student.
http://ksux.github.io/ks-design-guide/
9 stars 1 forks source link

Import Less variables into Handlebars #44

Open basham opened 10 years ago

basham commented 10 years ago

Figure out a way to parse Less variables and use their values in Handlebars. By doing so, we can purpose, e.g., Less color operations and print their values as page content for a Color guide. In this way, we're not duplicating efforts and having to manually keep values synchronized.

A Handlebars helper can be created that purposes the Less parser to extract variables.