]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.bootstraprc
Add tests to user roles
[github/Chocobozzz/PeerTube.git] / client / .bootstraprc
index dd6c2128cbebde65835b98a2839f66d01d8a159d..e560cb5fb0f0f98f2fe459862cb50272ce2da989 100644 (file)
@@ -10,21 +10,21 @@ 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,
 # It depends on value of NODE_ENV environment variable
 # This param can also be set in webpack config:
 #   entry: 'bootstrap-loader/extractStyles'
-extractStyles: false
-env:
-  development:
-    extractStyles: false
-  production:
-    extractStyles: true
+extractStyles: false
+env:
+  development:
+    extractStyles: false
+  production:
+    extractStyles: true
 
 # Customize Bootstrap variables that get imported before the original Bootstrap variables.
 # Thus original Bootstrap variables can depend on values from here. All the bootstrap
@@ -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