https://github.com/bep/godartsass
Go API backed by the native Dart Sass Embedded executable.
https://github.com/bep/godartsass
Last synced: about 1 year ago
JSON representation
Go API backed by the native Dart Sass Embedded executable.
- Host: GitHub
- URL: https://github.com/bep/godartsass
- Owner: bep
- License: mit
- Created: 2020-12-10T18:41:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T10:51:37.000Z (over 1 year ago)
- Last Synced: 2024-10-11T05:43:48.664Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 186 KB
- Stars: 42
- Watchers: 11
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bep/godartsass/actions?query=workflow%3ATest)
[](https://goreportcard.com/report/github.com/bep/godartsass)
[](https://codecov.io/gh/bep/godartsass)
[](https://godoc.org/github.com/bep/godartsass)
This is a Go API backed by the native [Dart Sass](https://github.com/sass/dart-sass/releases) executable running with `sass --embedded`.
>**Note:** The `v2.x.x` of this project targets the `v2` of the Dart Sass Embedded protocol with the `sass` exexutable in releases that can be downloaeded [here](https://github.com/sass/dart-sass/releases). For `v1` you need to import `github.com/bep/godartsass` and not `github.com/bep/godartsass/v2`.
The primary motivation for this project is to provide `SCSS` support to [Hugo](https://gohugo.io/). I welcome PRs with bug fixes. I will also consider adding functionality, but please raise an issue discussing it first.
For LibSass bindings in Go, see [GoLibSass](https://github.com/bep/golibsass).
```