From 3b3b0693d528b50de7d3589ac7090c911729bb6a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 2 May 2024 05:04:38 -0700 Subject: [PATCH] Update Dart Sass version refs --- content/en/functions/resources/ToCSS.md | 4 ++-- content/en/hosting-and-deployment/hosting-on-gitlab.md | 2 +- content/en/hosting-and-deployment/hosting-on-netlify/index.md | 2 +- content/en/hugo-pipes/transpile-sass-to-css.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/functions/resources/ToCSS.md b/content/en/functions/resources/ToCSS.md index 39b92add1..4fcf62b64 100644 --- a/content/en/functions/resources/ToCSS.md +++ b/content/en/functions/resources/ToCSS.md @@ -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] diff --git a/content/en/hosting-and-deployment/hosting-on-gitlab.md b/content/en/hosting-and-deployment/hosting-on-gitlab.md index 6c1091787..e44d7c821 100644 --- a/content/en/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/en/hosting-and-deployment/hosting-on-gitlab.md @@ -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 diff --git a/content/en/hosting-and-deployment/hosting-on-netlify/index.md b/content/en/hosting-and-deployment/hosting-on-netlify/index.md index 6b19deeb2..76f274ef5 100644 --- a/content/en/hosting-and-deployment/hosting-on-netlify/index.md +++ b/content/en/hosting-and-deployment/hosting-on-netlify/index.md @@ -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] diff --git a/content/en/hugo-pipes/transpile-sass-to-css.md b/content/en/hugo-pipes/transpile-sass-to-css.md index 480a1c549..f49b596e7 100644 --- a/content/en/hugo-pipes/transpile-sass-to-css.md +++ b/content/en/hugo-pipes/transpile-sass-to-css.md @@ -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]