Skip to content

Commit

Permalink
fix(webpack): fix boostrap-sass import path
Browse files Browse the repository at this point in the history
  • Loading branch information
antyrat authored and Awk34 committed Sep 1, 2016
1 parent 23d3738 commit bae1c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/client/app/app(sass).scss
@@ -1,6 +1,6 @@
<%_ if (filters.bootstrap) { _%>
$icon-font-path: '/assets/fonts/bootstrap/';
@import '~bootstrap-sass/vendor/assets/stylesheets/bootstrap';
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
<%_ if(filters.oauth) { _%>
@import '~bootstrap-social/bootstrap-social.scss';
<% }} _%>
Expand Down

0 comments on commit bae1c86

Please sign in to comment.