From: Mark Otto Date: Thu, 30 Apr 2020 04:17:39 +0000 (-0700) Subject: Finish up creating your own components docs X-Git-Tag: v5.0.0-alpha1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2765076d5c638c70f7e390719d4d7e86466008;p=thirdparty%2Fbootstrap.git Finish up creating your own components docs --- diff --git a/site/content/docs/4.3/customize/components.md b/site/content/docs/4.3/customize/components.md index 62a1d401f4..6c774547a0 100644 --- a/site/content/docs/4.3/customize/components.md +++ b/site/content/docs/4.3/customize/components.md @@ -38,7 +38,7 @@ For more information and examples on how to modify our Sass maps and variables, ## Creating your own -We encourage you to adopt these guidelines when building with Bootstrap to create your own components. We've extended the approach ourselves to the custom components in our documentation and examples. Consider the our custom callouts in our documentation that allow us +We encourage you to adopt these guidelines when building with Bootstrap to create your own components. We've extended this approach ourselves to the custom components in our documentation and examples. Components like our callouts are built just like our provided components with base and modifier classes.