summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/resources/ToCSS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/resources/ToCSS.md')
-rw-r--r--docs/content/en/functions/resources/ToCSS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/functions/resources/ToCSS.md b/docs/content/en/functions/resources/ToCSS.md
index 872bf996b..d226f2688 100644
--- a/docs/content/en/functions/resources/ToCSS.md
+++ b/docs/content/en/functions/resources/ToCSS.md
@@ -139,8 +139,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
```yaml
variables:
- HUGO_VERSION: 0.115.1
- DART_SASS_VERSION: 1.63.6
+ HUGO_VERSION: 0.121.0
+ DART_SASS_VERSION: 1.69.5
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
@@ -173,8 +173,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
```toml
[build.environment]
-HUGO_VERSION = "0.115.1"
-DART_SASS_VERSION = "1.63.6"
+HUGO_VERSION = "0.121.0"
+DART_SASS_VERSION = "1.69.5"
TZ = "America/Los_Angeles"
[build]