From 8366aa0bbfc13497efb0fcb8bb578d99f1420f57 Mon Sep 17 00:00:00 2001 From: Jurre Date: Mon, 14 Aug 2017 14:31:41 +0200 Subject: [PATCH] Removed comment 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 e68fb23c833f..7afd441a1281 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.