mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
f6e2f4c656
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
22 lines
1004 B
Markdown
22 lines
1004 B
Markdown
---
|
|
layout: docs
|
|
title: Customize
|
|
description: Learn how to theme, customize, and extend Bootstrap with Sass, a boatload of global options, an expansive color system, and more.
|
|
group: customize
|
|
toc: false
|
|
aliases: "/docs/4.3/customize/"
|
|
sections:
|
|
- title: Sass
|
|
description: Utilize our source Sass files to take advantage of variables, maps, mixins, and functions.
|
|
- title: Options
|
|
description: Customize Bootstrap with built-in variables to easily toggle global CSS preferences.
|
|
- title: Color
|
|
description: Learn about and customize the color systems that support the entire toolkit.
|
|
- title: Components
|
|
description: Learn how we build nearly all our components responsively and with base and modifier classes.
|
|
- title: CSS variables
|
|
description: Use Bootstrap's CSS custom properties for fast and forward-looking design and development.
|
|
- title: Optimize
|
|
description: Keep your projects lean, responsive, and maintainable so you can deliver the best experience.
|
|
---
|