BlenderCss in Maven Central
5 May 2014BlenderCss is now available on maven central.
  <dependency>
      <groupId>com.google.closure-stylesheets</groupId>
      <artifactId>blender-css</artifactId>
      <version>1.0</version>
  </dependency>
Its a java utility that compiles stylesheets from different formats together.
Features:
- Supports Compass ( .sass and .scss the compass framework )
- Supports Less
- Does a final compile with Google Closure stylesheets.
- Built to be configurable and extensible.