Created
November 6, 2017 08:45
-
-
Save machal/20c7cfe0b075d74b3e305864ca5d4d81 to your computer and use it in GitHub Desktop.
Bootstrap 4 customization (repaired in beta.2 version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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