Commit fa550763 authored by Mark Quirvien Cristobal's avatar Mark Quirvien Cristobal
Browse files

Set css weight to load first to avoid overriding the actual theme

- Issue #3256345 by vhin0210: Add example of altering existing modal links to ReadMe
parent f2a4b54f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -38,8 +38,7 @@ bootstrap4_modal_selection:

bootstrap:
  js:
    /libraries/popper.js/dist/umd/popper.min.js: { weight: -49 }
    /libraries/bootstrap/dist/js/bootstrap.min.js: { weight: -48 }
  css:
    component:
      /libraries/bootstrap/dist/css/bootstrap.min.css: {}
      /libraries/bootstrap/dist/css/bootstrap.min.css: { weight: -49 }