Skip to content

Commit 9b7d5aa

Browse files
committed
Upgrade default dart-sass version from 1.24.4 to 1.49.9.
It is still recommended to user to specify the version they want.
1 parent 9758177 commit 9b7d5aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optionally, configure it for your needs (default values shown):
2626
```groovy
2727
sass {
2828
// dart-sass version to use:
29-
version = '1.24.4'
29+
version = '1.49.9'
3030
3131
// Directory where to install dart-sass:
3232
directory = file ("${rootDir}/.gradle/sass")

src/main/java/io/miret/etienne/gradle/sass/SassGradlePluginExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SassGradlePluginExtension {
1717
private String baseUrl;
1818

1919
public SassGradlePluginExtension (Project project) {
20-
this.version = "1.24.4";
20+
this.version = "1.49.9";
2121
this.directory = project.getRootDir ()
2222
.toPath ()
2323
.resolve (".gradle/sass")

0 commit comments

Comments
 (0)