X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.bootstraprc;h=d266656c14f65fed44103f3a03f68f4d2f552e1e;hb=c6720f0bf5ff3b28876d5f98eb09d1e83dbed39c;hp=76a0bdb7b15d59ce90cf0df180b811d99d317388;hpb=c21f59d334b748be99188688c9578c9cd5432874;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.bootstraprc b/client/.bootstraprc index 76a0bdb7b..d266656c1 100644 --- a/client/.bootstraprc +++ b/client/.bootstraprc @@ -10,9 +10,9 @@ useCustomIconFontPath: true # Webpack loaders, order matters styleLoaders: - - style - - css - - sass + - style-loader + - css-loader + - sass-loader # Extract styles to stand-alone css file # Different settings for different environments can be used, @@ -86,7 +86,7 @@ styles: breadcrumbs: false pagination: true pager: false - labels: false + labels: true badges: false jumbotron: false thumbnails: true @@ -94,13 +94,13 @@ styles: progress-bars: true media: true list-group: false - panels: false + panels: true wells: false responsive-embed: true - close: false + close: true # Components w/ JavaScript - modals: false + modals: true tooltip: false popovers: false carousel: false @@ -112,7 +112,7 @@ styles: ### Bootstrap scripts scripts: transition: false - alert: true + alert: false button: false carousel: false collapse: false