From 9df2017123fba1704a1e2d29e39f51aab785be27 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 21 May 2021 18:38:14 +0200 Subject: [PATCH] Change occurences of node-sass to sass into the docs Signed-off-by: Thomas Citharel --- docs/_data/links.json | 10 +++++----- docs/documentation/customize/concepts.html | 4 ++-- .../{with-node-sass.html => with-sass.html} | 14 +++++++------- docs/documentation/customize/with-webpack.html | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) rename docs/documentation/customize/{with-node-sass.html => with-sass.html} (92%) diff --git a/docs/_data/links.json b/docs/_data/links.json index f15394ac..9f117e6c 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -114,13 +114,13 @@ "icon": "cogs", "path": "/documentation/customize/variables" }, - "customize-node-sass": { - "name": "With node-sass", - "subtitle": "Use npm/yarn and node-sass", + "customize-sass": { + "name": "With sass", + "subtitle": "Use npm/yarn and sass", "color": "danger", "icon_brand": "true", "icon": "npm", - "path": "/documentation/customize/with-node-sass" + "path": "/documentation/customize/with-sass" }, "customize-sass-cli": { "name": "With Sass CLI", @@ -682,7 +682,7 @@ "customize": [ "customize-concepts", "customize-variables", - "customize-node-sass", + "customize-sass", "customize-sass-cli", "customize-webpack" ], diff --git a/docs/documentation/customize/concepts.html b/docs/documentation/customize/concepts.html index ef27251b..2fe3bccc 100644 --- a/docs/documentation/customize/concepts.html +++ b/docs/documentation/customize/concepts.html @@ -43,7 +43,7 @@ breadcrumb: {% include elements/anchor.html name="Strategy" %} -{% assign node_sass_link = site.data.links.by_id['customize-node-sass'] %} +{% assign sass_link = site.data.links.by_id['customize-sass'] %} {% assign sass_cli_link = site.data.links.by_id['customize-sass-cli'] %} {% assign webpack_link = site.data.links.by_id['customize-webpack'] %} @@ -70,7 +70,7 @@ breadcrumb: