GradleSassPlugin
GradleSassPlugin copied to clipboard
[DISCONTINUED] Sass compilation plugin for Gradle, written in pure Java. Supports multiple build configurations.
Hi, it would be great if the examples also showed how to use this with the new Kotlin DSL! I find myself struggling a bit with transferring the old syntax...
- Fixes deprecation warning with gradle 6.0 The added functional test demos the fix. Without this change this plugin throws a deprecation warning when output of the sass compile task...
Simple use case, version 1.2.2, calling mainSass Caused by: java.lang.NullPointerException at org.kravemir.gradle.sass.AbstractSassCompileTask.compile(AbstractSassCompileTask.java:63)
When using compiler, pointing at `main.scss` which `@includes` some other `partial.scss`, all of the paths within `partial.scss` are transformed so they are no longer relative paths. Is there a way...
Hey, when I try to extend something inside a nest it just seems to be taking the deepest class or element tag, here is an example: ``` .test { color:...
I'm afraid the Vaadin sass library [doesn't support source maps yet](https://github.com/vaadin/sass-compiler/issues/22). This would be a nice feature to add. We could help vaadin add this functionality, or we could leverage...