aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-13 17:55:33 -0700
committerMark Otto <[email protected]>2020-04-26 17:26:04 -0700
commitf6e2f4c656cdca7d7c55ad3faa1ef1314db53121 (patch)
tree4ea67a4b97b903b665eaac3d24540e89bc92b79c /site/content/docs/4.3/getting-started
parent85ac2fc35e60c430d5ba0342e584ba0a9b5b916e (diff)
downloadbootstrap-f6e2f4c656cdca7d7c55ad3faa1ef1314db53121.tar.xz
bootstrap-f6e2f4c656cdca7d7c55ad3faa1ef1314db53121.zip
Rewrite Theming docs as Customize section
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
Diffstat (limited to 'site/content/docs/4.3/getting-started')
-rw-r--r--site/content/docs/4.3/getting-started/webpack.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/webpack.md b/site/content/docs/4.3/getting-started/webpack.md
index f170c1a4d..10e536bbf 100644
--- a/site/content/docs/4.3/getting-started/webpack.md
+++ b/site/content/docs/4.3/getting-started/webpack.md
@@ -35,7 +35,7 @@ This means that you will have to make sure to add both of them to your `package.
To enjoy the full potential of Bootstrap and customize it to your needs, use the source files as a part of your project's bundling process.
-First, create your own `_custom.scss` and use it to override the [built-in custom variables]({{< docsref "/getting-started/theming" >}}). Then, use your main Sass file to import your custom variables, followed by Bootstrap:
+First, create your own `_custom.scss` and use it to override the [built-in custom variables]({{< docsref "/customize/sass" >}}). Then, use your main Sass file to import your custom variables, followed by Bootstrap:
{{< highlight scss >}}
@import "custom";