Use wiredep for sass and less injection

https://github.com/taptapship/wiredep
all third-party deps are injected via wiredep rather than manually managed
This commit is contained in:
Austin Pray
2014-11-23 22:23:36 -06:00
parent e2091ef880
commit df004917b7
4 changed files with 13 additions and 95 deletions

View File

@@ -1,5 +1,6 @@
// Bootstrap
@import "_bootstrap";
// bower:less
@import "../../bower_components/bootstrap/less/bootstrap.less";
// endbower
// Variable overrides and custom variables
@import "_variables";