GitXplorerGitXplorer
b

godartsass

public
48 stars
7 forks
2 issues

Commits

List of commits on branch main.
Verified
06bfdda822a888e083f97a606156ce742174ec40

Fix Godoc

bbep committed 16 days ago
Unverified
77f111b1b63f6a045e9493b9cad77f028d9a5f4c

Rebuild proto file with updated protoc-gen-go/protoc

bbep committed a month ago
Unverified
04c0f374aa34f0bfb6e2ddb2b39f04ca22c6b62f

deps: Upgrade google.golang.org/protobuf v1.30.0 => v1.35.2

bbep committed a month ago
Verified
baa53c2ffc5c0516a38d4c37f10b931aefb28918

Remove git link added by accident

bbep committed 2 months ago
Unverified
adc59bb5eaed21b6e768d31e0f5a6fcb77bc45a4

Add license headers to source files

bbep committed 2 months ago
Unverified
df7003626fd39803b05d693ab96e55f317c130c1

Fix potential deadlock on panic

bbep committed 2 months ago

README

The README file for this repository.

Tests on Linux, MacOS and Windows Go Report Card codecov GoDoc

This is a Go API backed by the native Dart Sass 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. 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. 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.