aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurre <[email protected]>2017-08-15 03:07:44 +0200
committerMark Otto <[email protected]>2017-08-14 18:07:44 -0700
commitd3f09ff3eaa9a6d5916036ec4ab9d4c5dd14bcd4 (patch)
tree6035a7c3ece62a000f7168d8ed2e4e2e1d32cb59
parent20af0373f302a432357ae306e80a14ec24d57077 (diff)
downloadbootstrap-d3f09ff3eaa9a6d5916036ec4ab9d4c5dd14bcd4.tar.xz
bootstrap-d3f09ff3eaa9a6d5916036ec4ab9d4c5dd14bcd4.zip
Removed comment (#23415)
There is no _custom.scss file anymore.
-rw-r--r--scss/_variables.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index bbbe1ff42..93fdedf34 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.