From 092df175277afc25e031152b36b308e921021a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 26 Aug 2021 10:53:26 +0200 Subject: [PATCH] fix(docs): replace /bootstrap by /boosted in sass.md --- site/content/docs/5.0/customize/sass.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.0/customize/sass.md b/site/content/docs/5.0/customize/sass.md index a78987f1c9..6780fe575c 100644 --- a/site/content/docs/5.0/customize/sass.md +++ b/site/content/docs/5.0/customize/sass.md @@ -93,8 +93,8 @@ $body-bg: #000; $body-color: #111; // Required -@import "../node_modules/bootstrap/scss/variables"; -@import "../node_modules/bootstrap/scss/mixins"; +@import "../node_modules/boosted/scss/variables"; +@import "../node_modules/boosted/scss/mixins"; // Boosted and its default variables