Skip to content

Commit

Permalink
Remove compass
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie committed Sep 22, 2018
1 parent 630e1e7 commit 530afc2
Show file tree
Hide file tree
Showing 29 changed files with 1,252 additions and 51 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ end

gem 'uglifier'
gem 'jquery-rails'
gem 'compass', '> 1.0'
gem 'compass-rails', '>= 2.0.0'
gem 'sass'
gem 'sass-rails'
gem 'sassc'
Expand Down
23 changes: 1 addition & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-rails (3.1.0)
compass (~> 1.0.0)
sass-rails (< 5.1)
sprockets (< 4.0)
concurrent-ruby (1.0.5)
connection_pool (2.2.2)
coveralls (0.8.22)
Expand Down Expand Up @@ -387,9 +371,6 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rbtrace (0.4.11)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
Expand Down Expand Up @@ -533,8 +514,6 @@ DEPENDENCIES
carrierwave
clipboard-rails
coffee-rails
compass (> 1.0)
compass-rails (>= 2.0.0)
connection_pool
coveralls
cucumber
Expand Down Expand Up @@ -609,4 +588,4 @@ DEPENDENCIES
zonebie

BUNDLED WITH
1.16.4
1.16.5
Binary file removed app/assets/images/class_icons-sbea422f2bf.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/demoman.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/engineer.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/heavyweapons.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/medic.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/pyro.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/scout.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/sniper.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/soldier.png
Binary file not shown.
Binary file removed app/assets/images/class_icons/spy.png
Binary file not shown.
Binary file added app/assets/images/flags.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/small_class_icons-s320b12ad04.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/demoman.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/engineer.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/heavyweapons.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/medic.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/pyro.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/scout.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/sniper.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/soldier.png
Binary file not shown.
Binary file removed app/assets/images/small_class_icons/spy.png
Binary file not shown.
Binary file added app/assets/images/uncommon_flags.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions app/assets/stylesheets/_class_icons.sass

This file was deleted.

3 changes: 1 addition & 2 deletions app/assets/stylesheets/_common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ ul.unstyled

span.donator, #voucher-claim-url
color: gold
+text-shadow(black 1px 1px 0)

text-shadow: 1px 1px 0 black

ul.octocat, ul.twitter
padding: 10px 0px 0px 10px
Expand Down

0 comments on commit 530afc2

Please sign in to comment.