Removed boostrap-sass

This commit is contained in:
Oliver Davies 2015-09-14 00:30:45 +01:00
parent afa22395fe
commit 0bd9cc4604
5 changed files with 7 additions and 19 deletions

View file

@ -1,10 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
group :development do group :development do
gem "sass" gem "sass"
gem "sass-globbing" gem "sass-globbing"
gem "bootstrap-sass"
gem "compass" gem "compass"
end end

View file

@ -1,12 +1,6 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
autoprefixer-rails (5.1.8)
execjs
json
bootstrap-sass (3.3.4.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
chunky_png (1.3.4) chunky_png (1.3.4)
compass (1.0.3) compass (1.0.3)
chunky_png (~> 1.2) chunky_png (~> 1.2)
@ -20,14 +14,12 @@ GEM
sass (>= 3.3.0, < 3.5) sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5) compass-import-once (1.0.5)
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
execjs (2.4.0) ffi (1.9.10)
ffi (1.9.8) multi_json (1.11.2)
json (1.8.2) rb-fsevent (0.9.6)
multi_json (1.11.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
sass (3.4.13) sass (3.4.18)
sass-globbing (1.1.1) sass-globbing (1.1.1)
sass (>= 3.1) sass (>= 3.1)
@ -35,7 +27,6 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bootstrap-sass
compass compass
sass sass
sass-globbing sass-globbing

View file

@ -3,5 +3,6 @@ body {
} }
main img { main img {
@extend .img-responsive; height: auto;
max-width: 100%;
} }

View file

@ -1,5 +1,4 @@
@import 'compass'; @import 'compass';
@import 'bootstrap';
@import "variables/**/*"; @import "variables/**/*";
@import "base/**/*"; @import "base/**/*";

File diff suppressed because one or more lines are too long