0

Is there a Java library for compiling SASS files to CSS files on the fly? Note that build tool plugins will not work for our use case. Thanks.

missingfaktor
  • 88,931
  • 61
  • 278
  • 362

1 Answers1

3

This appears to do the job https://github.com/darrinholst/sass-java. Else a github search generally finds something good.

Ben Evans
  • 1,547
  • 16
  • 15