Skip to content

Commit

Permalink
Fix Godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 2, 2025
1 parent 77f111b commit 06bfdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
type Options struct {
// The path to the Dart Sass wrapper binary, an absolute filename
// if not in $PATH.
// If this is not set, we will try 'dart-sass'
// (or 'dart-sass.bat' on Windows) in the OS $PATH.
// If this is not set, we will try 'sass'
// (or 'sass.bat' on Windows) in the OS $PATH.
// There may be several ways to install this, one would be to
// download it from here: https://github.com/sass/dart-sass/releases
DartSassEmbeddedFilename string
Expand Down

0 comments on commit 06bfdda

Please sign in to comment.