Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit d54cc26

Browse files
author
Kahlil Lechelt
committed
Added lesshat if user chooses less.
1 parent daf861a commit d54cc26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/templates/_bower.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"normalize-scss": "~2.1.2",
99
"modernizr": "~2.7.1",
1010
"requirejs": "~2.1.9",
11+
<% if (cssPreprocessor === 'Sass') { %>
1112
"sass-mixins": "~0.6.0"
13+
<% } %>
14+
<% if (cssPreprocessor === 'Less') { %>
15+
"lesshat": "~2.0.0"
16+
<% } %>
1217
}
1318
}

0 commit comments

Comments
 (0)