From b67a4be8de353bfab41443d705a6f595391cc482 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 30 Oct 2017 23:53:57 +0200 Subject: Minor Markdown consistency cleanup. (#24605) --- docs/4.0/getting-started/webpack.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/4.0/getting-started/webpack.md') diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index 04af8d4f6..082f835ad 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -56,6 +56,7 @@ Notice that if you chose to **import plugins individually**, you must also insta 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: + {% highlight scss %} @import "custom"; @import "~bootstrap/scss/bootstrap"; -- cgit v1.2.3