mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
Add Dart Sass support
But note that the Dart Sass Embedded Protocol is still in beta (beta 5), a main release scheduled for Q1 2021. Fixes #7380 Fixes #8102
This commit is contained in:
@@ -147,7 +147,7 @@ IMG SHORTCODE: /images/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_129x239_r
|
||||
}
|
||||
|
||||
err = b.BuildE(BuildCfg{})
|
||||
if runtime.GOOS != "windows" && !strings.Contains(runtime.GOARCH, "arm") {
|
||||
if runtime.GOOS != "windows" && !strings.Contains(runtime.GOARCH, "arm") && !htesting.IsGitHubAction() {
|
||||
// TODO(bep)
|
||||
c.Assert(err, qt.Not(qt.IsNil))
|
||||
}
|
||||
|
Reference in New Issue
Block a user