Skip to content

Commit bae1c86

Browse files
antyratAwk34
authored andcommitted
fix(webpack): fix boostrap-sass import path
1 parent 23d3738 commit bae1c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/app(sass).scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%_ if (filters.bootstrap) { _%>
22
$icon-font-path: '/assets/fonts/bootstrap/';
3-
@import '~bootstrap-sass/vendor/assets/stylesheets/bootstrap';
3+
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
44
<%_ if(filters.oauth) { _%>
55
@import '~bootstrap-social/bootstrap-social.scss';
66
<% }} _%>

0 commit comments

Comments
 (0)