Skip to content

Commit 9d66b93

Browse files
KixironJoshua Nelson
authored and
Joshua Nelson
committed
Sass doesn't need to scream
1 parent 8d5f8ea commit 9d66b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828

2929
write_git_version();
3030
if let Err(sass_err) = compile_sass() {
31-
panic!("Error compiling SASS: {}", sass_err);
31+
panic!("Error compiling sass: {}", sass_err);
3232
}
3333
copy_js();
3434
}

0 commit comments

Comments
 (0)