Skip to content

Commit c5bd6a1

Browse files
XhmikosRmdo
authored andcommitted
Update webpack.md
1 parent 140abf4 commit c5bd6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.2/getting-started/webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ to your `package.json` using `npm install --save jquery popper.js`.
3636

3737
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.
3838

39-
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:
39+
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:
4040

4141
{% highlight scss %}
4242
@import "custom";

0 commit comments

Comments
 (0)