We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a613c6f commit f7c3d0aCopy full SHA for f7c3d0a
app/templates/client/app/app(stylus).styl
@@ -1,5 +1,5 @@
1
-@import "bootstrap/dist/css/bootstrap.css"
2
@import "font-awesome/css/font-awesome.css"
+<% if(filters.bootstrap) { %>@import "bootstrap/dist/css/bootstrap.css"
3
4
//
5
// Bootstrap Fonts
@@ -12,7 +12,7 @@
12
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
13
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
14
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
15
-
+<% } %>
16
17
// Font Awesome Fonts
18
0 commit comments