Skip to content

Commit

Permalink
Update webpack.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Dec 21, 2018
1 parent 140abf4 commit c5bd6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.2/getting-started/webpack.md
Expand Up @@ -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";
Expand Down

0 comments on commit c5bd6a1

Please sign in to comment.