Skip to content

Instantly share code, notes, and snippets.

@machal
Created November 6, 2017 08:45
Show Gist options
  • Save machal/20c7cfe0b075d74b3e305864ca5d4d81 to your computer and use it in GitHub Desktop.
Save machal/20c7cfe0b075d74b3e305864ca5d4d81 to your computer and use it in GitHub Desktop.
Bootstrap 4 customization (repaired in beta.2 version)
// Bootstrap functions (required)
@import "vendor/bootstrap/functions";
// Customize
$white: #ffddff;
$theme-colors: (
primary: blue
);
// or:
// @import "bootstrap-customize";
// Bootstrap Components (required)
@import "vendor/bootstrap/variables";
@import "vendor/bootstrap/mixins";
// Bootstrap Components (optional)
@import "vendor/bootstrap/print";
@import "vendor/bootstrap/reboot";
@import "vendor/bootstrap/type";
@import "vendor/bootstrap/images";
@import "vendor/bootstrap/code";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment