Created
March 12, 2017 21:47
-
-
Save awestbro/0f3b50bcead9f4a2ba55525c7561e91c to your computer and use it in GitHub Desktop.
This file contains 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
logLevel: debug | |
bootstrapVersion: 4 | |
extractStyles: true | |
useFlexbox: true | |
styleLoaders: | |
- style-loader | |
- css-loader?-autoprefixer | |
- resolve-url-loader?sourceMap | |
- postcss-loader?sourceMap | |
- sass-loader?sourceMap | |
preBootstrapCustomizations: ./web/static/css/pre-bootstrap-customizations.scss | |
bootstrapCustomizations: ./web/static/css/bootstrap-customizations.scss | |
appStyles: ./web/static/css/app.scss | |
### Bootstrap styles | |
styles: | |
# Mixins | |
mixins: true | |
# Reset and dependencies | |
normalize: true | |
print: true | |
# Core CSS | |
reboot: true | |
type: true | |
images: true | |
code: true | |
grid: true | |
tables: true | |
forms: true | |
buttons: true | |
# Components | |
transitions: true | |
dropdown: true | |
button-group: true | |
input-group: true | |
custom-forms: true | |
nav: true | |
navbar: true | |
card: true | |
breadcrumb: true | |
pagination: true | |
jumbotron: true | |
alert: true | |
progress: true | |
media: true | |
list-group: true | |
responsive-embed: true | |
close: true | |
badge: true | |
# Components w/ JavaScript | |
modal: true | |
tooltip: true | |
popover: true | |
carousel: true | |
# Utility classes | |
utilities: true | |
### Bootstrap scripts | |
scripts: | |
alert: true | |
button: true | |
carousel: true | |
collapse: true | |
dropdown: true | |
modal: true | |
popover: true | |
scrollspy: true | |
tab: true | |
tooltip: true | |
util: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment