adamldavis / groocss

GrooCSS - code CSS in Groovy

Home Page:http://groocss.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properties files

adamldavis opened this issue · comments

Enable the use of Properties file. For example: Properties props = new Properties()
new Config(props) or Config.fromProperties(props) or GrooCSS.configFromFile(filename) or in Gradle plugin: propertiesFile = file("groocss.properties"). Should allow the property "processorClasses" to be a list of classnames separated by commas for Processors to use.

Issue #14: Added ability to use Properties file for configuration