diff options
| author | m5o <[email protected]> | 2017-11-06 23:21:03 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-06 14:21:03 -0800 |
| commit | 09ae92a0a097fd3b90108d6c7363dccdd32f5888 (patch) | |
| tree | cc230e0c21b3286ef0685b4797c18eb7d91d3ad2 /docs | |
| parent | 20b2e67ddc043808d18fbebaaaa3e348ac945886 (diff) | |
| download | bootstrap-09ae92a0a097fd3b90108d6c7363dccdd32f5888.tar.xz bootstrap-09ae92a0a097fd3b90108d6c7363dccdd32f5888.zip | |
descriptive docs variable naming (#24521)
* use descriptive docs btn naming
* rename `btn-bd-yellow` to `btn-bd-download`
* sort state vars
* sort state vars
* info, warning, danger
* rename btn-bd-purple
* rename `.btn-bd-purple` to `.btn-bd-primary`
* align docs color variables
* generate $bd-purple-light color
* with http://razorltd.github.io/sasscolourfunctioncalculator/
* allow overide of docs variables
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/download.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index c93d6dc34..de40145f7 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -15,7 +15,7 @@ Download ready-to-use compiled code for **Bootstrap v{{ site.current_version}}** This doesn't include documentation, source files, or any optional JavaScript dependencies (jQuery and Popper.js). -<a href="{{ site.download.dist }}" class="btn btn-bd-purple" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download</a> +<a href="{{ site.download.dist }}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download</a> ## Source files @@ -26,7 +26,7 @@ Compile Bootstrap with your own asset pipeline by downloading our source Sass, J Should you require [build tools]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/build-tools/#tooling-setup), they are included for developing Bootstrap and its docs, but they're likely unsuitable for your own purposes. -<a href="{{ site.download.source }}" class="btn btn-bd-purple" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> +<a href="{{ site.download.source }}" class="btn btn-bd-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> ## Bootstrap CDN |
