mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Update Dart Sass version refs
This commit is contained in:
@@ -140,7 +140,7 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
|
||||
```yaml
|
||||
variables:
|
||||
HUGO_VERSION: 0.125.4
|
||||
DART_SASS_VERSION: 1.72.0
|
||||
DART_SASS_VERSION: 1.76.0
|
||||
GIT_DEPTH: 0
|
||||
GIT_STRATEGY: clone
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
@@ -174,7 +174,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
|
||||
```toml
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.125.4"
|
||||
DART_SASS_VERSION = "1.72.0"
|
||||
DART_SASS_VERSION = "1.76.0"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
||||
@@ -27,7 +27,7 @@ Define your [CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) jobs by creating
|
||||
|
||||
{{< code file=.gitlab-ci.yml copy=true >}}
|
||||
variables:
|
||||
DART_SASS_VERSION: 1.72.0
|
||||
DART_SASS_VERSION: 1.76.0
|
||||
HUGO_VERSION: 0.125.4
|
||||
NODE_VERSION: 20.x
|
||||
GIT_DEPTH: 0
|
||||
|
||||
@@ -114,7 +114,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
|
||||
{{< code file=netlify.toml >}}
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.125.4"
|
||||
DART_SASS_VERSION = "1.72.0"
|
||||
DART_SASS_VERSION = "1.76.0"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
||||
@@ -137,7 +137,7 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
|
||||
```yaml
|
||||
variables:
|
||||
HUGO_VERSION: 0.125.4
|
||||
DART_SASS_VERSION: 1.72.0
|
||||
DART_SASS_VERSION: 1.76.0
|
||||
GIT_DEPTH: 0
|
||||
GIT_STRATEGY: clone
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
@@ -171,7 +171,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
|
||||
```toml
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.122.2"
|
||||
DART_SASS_VERSION = "1.72.0"
|
||||
DART_SASS_VERSION = "1.76.0"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
||||
Reference in New Issue
Block a user