From 8e845d65865ead7756cd2b138d72bc84df5519ca Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 17 Mar 2013 09:19:55 -0400 Subject: [PATCH] add bootstrap-responsive into master. remove when develop is merged in --- styles/app/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/app/index.styl b/styles/app/index.styl index b63c92ca71..6e3df53c5b 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -1,5 +1,9 @@ @import "nib/vendor"; @import "../../public/vendor/bootstrap/docs/assets/css/bootstrap.css"; + +// REMOVEME adding into master since we need bootstrap-responsive, remove this once develop is merged in +@import "../../public/vendor/bootstrap/docs/assets/css/bootstrap-responsive.css"; + @import "./female_sprites.styl"; @import "./male_sprites.styl"; @import "./shop_sprites.styl";