Skip to content

Commit

Permalink
docs(examples): get Swiper CSS before Boosted ones
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 6, 2020
1 parent 7dbd842 commit 53a164c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/docs/4.4/examples/orange-homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous">
<link href="../../dist/css/orangeHelvetica.min.css" rel="stylesheet">
<link href="../../dist/css/orangeIcons.min.css" rel="stylesheet">
<link href="../../dist/css/vendor/swiper.min.css" rel="stylesheet"/>
<link href="../../dist/css/boosted.min.css" rel="stylesheet"/>
<link href="sample.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css" rel="stylesheet"
integrity="sha384-K6LrEaceM4QP87RzJ7R4CDXcFN4cFW/A5Q7/fEp/92c2WV+woVw9S9zKDO23sNS+" crossorigin="anonymous"/>
</head>
<body>
<a href="#main-nav" class="skippy sr-only sr-only-focusable">
Expand Down Expand Up @@ -146,7 +145,7 @@ <h3 class="card-title mb-2">Insert your body text in here</h3>

<div class="swiper-slide" id="slide12">
<div class="d-flex mb-3">
<h2 class="m-0">>Second carousel row</h2>
<h2 class="m-0">Second carousel row</h2>
<a href="#" class="btn btn-secondary ml-auto">Read more<span class="sr-only"> about the module XXXX</span></a>
</div>
<div class="row discovery-carousel-frame-row ">
Expand Down

0 comments on commit 53a164c

Please sign in to comment.