Skip to content

Commit

Permalink
fix(demo): Bootstrap patterns loads v3 instead of v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Oct 18, 2024
1 parent 4f6ebca commit af18012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/_imports/_preview.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{#unless _target.context.shouldSkipBootstrap }}
<!-- Styles: Global (for current pattern): Bootstrap -->
<style>
@import url('https://stackpath.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css') layer(foundation);
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css') layer(foundation);
</style>
{{/unless}}
{{/if}}
Expand Down

0 comments on commit af18012

Please sign in to comment.