From d3f09ff3eaa9a6d5916036ec4ab9d4c5dd14bcd4 Mon Sep 17 00:00:00 2001 From: Jurre Date: Tue, 15 Aug 2017 03:07:44 +0200 Subject: [PATCH] Removed comment (#23415) There is no _custom.scss file anymore. --- scss/_variables.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index bbbe1ff420..93fdedf349 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,8 +1,5 @@ // Variables // -// Copy settings from this file into the provided `_custom.scss` to override -// the Bootstrap defaults without modifying key, versioned files. -// // Variables should follow the `$component-state-property-size` formula for // consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.