From 644833bc9a21f2577d773d0150a55a84931c7bb7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 11:37:20 -0700 Subject: [PATCH] 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. --- scss/_variables.scss | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index fe48af523931..cc4d26a30e4f 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