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.
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.