sass-java
sass-java copied to clipboard
Libsass for Java
Hi, is `@use 'sass:math';` not working?
This package is built to require jna and jna-platform version 4.1.0 via a versioned jar reference in the manifest CLASSPATH. The latest version of these packages is 5.8.0, and other...
I need to use sass-java in an ant task but the class com.cathive.sass.SassJ output into the console. Can you update this class adding support for a second optional argument for...
As more and more users are switching to Gradle it would be good to provide a working Gradle example on how to include this ant task in a Gradle build....
Hi, My team is using sass on our project. Now we're moving to a continuous integration server, we can not longer use the command line version of sass (damn you...
This is just a straight ant build with the sass taskdef classpath pointing to the sass-java-4.0.0.jar and the jna-4.2.2.jar BUILD FAILED ...\build.xml:144: java.lang.UnsatisfiedLinkError: Unable to load library 'sass': Native library...
Is it possible to use the compiler with gradle? Did somebody manged to do so successfully? I / We tried to do so, but got some bugs because with gradle...