From: Jurre Date: Tue, 15 Aug 2017 01:07:44 +0000 (+0200) Subject: Removed comment (#23415) X-Git-Tag: v4.0.0-beta.2~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f09ff3eaa9a6d5916036ec4ab9d4c5dd14bcd4;p=thirdparty%2Fbootstrap.git Removed comment (#23415) There is no _custom.scss file anymore. --- 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.