diff options
| author | XhmikosR <[email protected]> | 2018-12-18 00:34:08 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-21 09:03:29 -0800 |
| commit | c5bd6a11f6e4a5fd04cf4c11a7f9b03a1a93dfb1 (patch) | |
| tree | 6f6f841b46664ddeff328c2489e986850bbc5479 | |
| parent | 140abf4c3d89739d583c07da8545cc4e6407d0a2 (diff) | |
| download | bootstrap-c5bd6a11f6e4a5fd04cf4c11a7f9b03a1a93dfb1.tar.xz bootstrap-c5bd6a11f6e4a5fd04cf4c11a7f9b03a1a93dfb1.zip | |
Update webpack.md
| -rw-r--r-- | site/docs/4.2/getting-started/webpack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/getting-started/webpack.md b/site/docs/4.2/getting-started/webpack.md index b35bf3d2a..ad4fa2f3a 100644 --- a/site/docs/4.2/getting-started/webpack.md +++ b/site/docs/4.2/getting-started/webpack.md @@ -36,7 +36,7 @@ to your `package.json` using `npm install --save jquery popper.js`. 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]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/options/). 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]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/). Then, use your main Sass file to import your custom variables, followed by Bootstrap: {% highlight scss %} @import "custom"; |
