Skip to content

Commit 997bdf9

Browse files
committed
docs: update content
1 parent 97a9254 commit 997bdf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/customize/sass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your-project/
2222
└── scss
2323
```
2424

25-
If you've downloaded our source files and aren't using a package manager, you'll want to manually create something similar to that structure, keeping Bootstrap's source files separate from your own.
25+
If you've downloaded our source files and aren't using a package manager, you'll want to manually create something similar to that structure, keeping CoreUI's source files separate from your own.
2626

2727
```text
2828
your-project/
@@ -35,7 +35,7 @@ your-project/
3535

3636
## Importing
3737

38-
In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two options: include all of Bootstrap, or pick the parts you need. We encourage the latter, though be aware there are some requirements and dependencies across our components. You also will need to include some JavaScript for our plugins.
38+
In your `custom.scss`, you'll import CoreUI's source Sass files. You have two options: include all of CoreUI, or pick the parts you need. We encourage the latter, though be aware there are some requirements and dependencies across our components. You also will need to include some JavaScript for our plugins.
3939

4040
```scss
4141
// Custom.scss

docs/content/utilities/spacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ When using `display: grid`, you can make use of `gap` utilities on the parent gr
110110
</div>
111111
{{< /example >}}
112112

113-
Support includes responsive options for all of Bootstrap's grid breakpoints, as well as six sizes from the `$spacers` map (`0``5`). There is no `.gap-auto` utility class as it's effectively the same as `.gap-0`.
113+
Support includes responsive options for all of CoreUI's grid breakpoints, as well as six sizes from the `$spacers` map (`0``5`). There is no `.gap-auto` utility class as it's effectively the same as `.gap-0`.
114114

115115
## Sass
116116

0 commit comments

Comments
 (0)