mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 07:24:43 +00:00
Fix docs sass importing example.
This commit is contained in:
parent
2b4db023cd
commit
19b5908b05
1 changed files with 2 additions and 1 deletions
|
|
@ -54,10 +54,11 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
|
|||
@import "../node_modules/bootstrap/scss/mixins";
|
||||
|
||||
// Optional
|
||||
@import "../node_modules/bootstrap/scss/root";
|
||||
@import "../node_modules/bootstrap/scss/reboot";
|
||||
@import "../node_modules/bootstrap/scss/type";
|
||||
@import "../node_modules/bootstrap/scss/images";
|
||||
@import "../node_modules/bootstrap/scss/code";
|
||||
@import "../node_modules/bootstrap/scss/containers";
|
||||
@import "../node_modules/bootstrap/scss/grid";
|
||||
{{< /highlight >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue