Update Dart Sass version refs

This commit is contained in:
Joe Mooring
2024-05-02 05:04:38 -07:00
committed by GitHub
parent c5d0fbcb0e
commit 3b3b0693d5
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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]