I download the Bootstrap v4.0 beta source files which includes the Bootstrap scss folder.
In the file _variables.scss it is mentioned in comments to copy the setting into the provided '_custom.scss' file to override the defaults but there is no such file in the downloaded folder.
// Variables
//
// Copy settings from this file into the provided `_custom.scss` to override
// the Bootstrap defaults without modifying key, versioned files.
Do we need to create that file ourselves or it should be provided in the download as well?
Thanks.
IMO it's your choice to create that file or not, but we shouldn't share this file because some users don't want that file
That's true, you wouldn't want an empty file on bootstrap.scss.
@Johann-S That comment is no longer on _variables.scss:
https://github.com/twbs/bootstrap/blame/v4-dev/scss/_variables.scss
No more custom Sass file and no more comment from our end, so closing out.