diff options
| author | Mark Otto <[email protected]> | 2017-08-20 11:37:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 11:42:19 -0700 |
| commit | c4b3d81887b0f8451308cb35b2820d7d5e8d4824 (patch) | |
| tree | 1aaa029700d30140e1186ba9d08b953f9e1f9660 | |
| parent | 6fc9dde72711bf085769e1a2b19d152a82f0c2b5 (diff) | |
| download | bootstrap-c4b3d81887b0f8451308cb35b2820d7d5e8d4824.tar.xz bootstrap-c4b3d81887b0f8451308cb35b2820d7d5e8d4824.zip | |
Drop the variables file table of contents and update the comment at the top
I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity.
| -rw-r--r-- | scss/_variables.scss | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index fe48af523..cc4d26a30 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -3,44 +3,6 @@ // Variables should follow the `$component-state-property-size` formula for // consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. -// Table of Contents -// -// Color system -// Options -// Spacing -// Body -// Links -// Paragraphs -// Grid breakpoints -// Grid containers -// Grid columns -// Fonts -// Components -// Tables -// Buttons -// Forms -// Dropdowns -// Z-index master list -// Navs -// Navbar -// Pagination -// Jumbotron -// Form states and alerts -// Cards -// Tooltips -// Popovers -// Badges -// Modals -// Alerts -// Progress bars -// List group -// Image thumbnails -// Figures -// Breadcrumbs -// Carousel -// Close -// Code - // // Color system |
