Skip to content

Commit

Permalink
Remove bourbon
Browse files Browse the repository at this point in the history
It was only used for a single "@include border-radius" line which is no longer present
  • Loading branch information
tjgrathwell committed Jan 4, 2014
1 parent 4c2dc38 commit 94c151e
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1,413 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ group :development do
gem "rake"
gem "rack-test"
gem "files", "~> 0.3.0"
gem "bourbon" # do 'cd public/css; bourbon update' to get new bourbon
gem 'rb-fsevent', :platform => :ruby
end
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ GEM
activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
bourbon (3.1.8)
sass (>= 3.2.0)
thor
coderay (1.1.0)
daemons (1.1.9)
deckrb (0.5.2)
Expand Down Expand Up @@ -81,7 +78,6 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
Expand All @@ -100,7 +96,6 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 3.2.0)
bourbon
coderay
deckrb (~> 0.5.2)
erector (~> 0.9.0)
Expand Down
4 changes: 1 addition & 3 deletions lib/erector_scss.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
require 'sass'

# todo: move into erector
class Erector::Widget
def self.scss content
here = File.dirname __FILE__
Sass.compile("@import '#{here}/../public/css/bourbon/css3/_border-radius'; #{content}")
Sass.compile(content)
end
end

35 changes: 0 additions & 35 deletions public/css/bourbon/_bourbon.scss

This file was deleted.

267 changes: 0 additions & 267 deletions public/css/bourbon/addons/_button.scss

This file was deleted.

29 changes: 0 additions & 29 deletions public/css/bourbon/addons/_clearfix.scss

This file was deleted.

5 changes: 0 additions & 5 deletions public/css/bourbon/addons/_font-family.scss

This file was deleted.

Loading

0 comments on commit 94c151e

Please sign in to comment.