Skip to content

Commit

Permalink
fix(stylus): remove bootstrap css import in stylus when bootstrap is …
Browse files Browse the repository at this point in the history
…not selected

Closes #368
  • Loading branch information
DaftMonk committed Jul 21, 2014
1 parent a613c6f commit f7c3d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/client/app/app(stylus).styl
@@ -1,5 +1,5 @@
@import "bootstrap/dist/css/bootstrap.css"
@import "font-awesome/css/font-awesome.css"
<% if(filters.bootstrap) { %>@import "bootstrap/dist/css/bootstrap.css"

//
// Bootstrap Fonts
Expand All @@ -12,7 +12,7 @@
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

<% } %>
//
// Font Awesome Fonts
//
Expand Down

0 comments on commit f7c3d0a

Please sign in to comment.