Skip to content

Commit

Permalink
Hotfix: Remove deprecated browserList config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSegen committed Aug 30, 2021
1 parent bc0632b commit f4b3350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ var buildStyles = function (done) {
sourceComments: true
}))
.pipe(prefix({
browsers: ['last 2 version', '> 0.25%'],
//browsers: ['last 2 version', '> 0.25%'],
cascade: true,
remove: true
}))
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10234,7 +10234,7 @@ <h2 class="section-title bold">Notifications</h2>
</div>
<div class="col-sm-4">
<div class="section-content">
<img src="./demo/pic-notifications.png" class="img-fluid center-block shadow" alt="Dialogs">
<img src="./demo/pic-notifications.png" class="shadow img-fluid center-block" alt="Dialogs">
</div>
</div>
</div>
Expand Down Expand Up @@ -10297,7 +10297,7 @@ <h4>Dark theme</h4>
<div class="row">
<div class="col-sm-6">
<div class="section-content">
<div class="card shadow">
<div class="shadow card">
<div class="card-header">Notification Example</div>
<div class="card-body">
<pre>
Expand Down Expand Up @@ -10366,7 +10366,7 @@ <h2 class="section-title bold">Dialogs</h2>
</div>
<div class="col-sm-4">
<div class="section-content">
<img src="./demo/pic-dialogs.png" class="img-fluid center-block shadow" alt="Dialogs">
<img src="./demo/pic-dialogs.png" class="shadow img-fluid center-block" alt="Dialogs">
</div>
</div>
</div>
Expand Down Expand Up @@ -10416,7 +10416,7 @@ <h2 class="section-title">Dialog demos</h2>
<div class="row">
<div class="col-sm-6">
<div class="section-content">
<div class="card shadow">
<div class="shadow card">
<div class="card-header">Dialog Example</div>
<div class="card-body">
<pre>
Expand Down

0 comments on commit f4b3350

Please sign in to comment.